larafast/fastapi
| Install | |
|---|---|
composer require larafast/fastapi |
|
| Latest Version: | 2.7 |
| PHP: | ^8.1 |
| License: | MIT |
| Last Updated: | Apr 19, 2025 |
| Links: | GitHub · Packagist |
Larafast FastAPI
What does mean FastAPI:
A Fastapi Laravel package to help you generate CRUD API Controllers and Resources, Model.. etc
What actually do?
Suppose you are building an api, and you want to create controller and resources and model and factory.. etc, then you have to do a ton of other tedious and to be honest, boring things like creating migrations, model factories, the controller, form validation and adding all.
So what FastAPI does is when you tell it the model name, it will do all those boring things. When it's done you have the following:
Installation
Then publish the config
For Lumen
Just Add this line into bootstrap/app.php
Example
Once done, it will show you the details of the files generated.
Snapshot of BlogController
Snapshot of Blog Model
Snapshot of Blog Resource
Now add the necessary fields and run
And that saved you an hour worth of repetitive and boring work which you can spend on more important development challenges.
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Packages
Laravel CRUD Generator/Model/Migrate from just one command with including Contro...


