larafast/fastapi

A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model
4,085 123
Install
composer require larafast/fastapi
Latest Version:2.7
PHP:^8.1
License:MIT
Last Updated:Apr 19, 2025
Links: GitHub  ·  Packagist
Maintainer: Mahmoud-Italy

Larafast FastAPI

Scrutinizer Code Quality Build Status Code Intelligence Status fast-api

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

jrenton/laravel-scaffold

Fastest way to rapidly scaffold a laravel application

2,550 45
19peaches/laravel-generator

Laravel CRUD Generator/Model/Migrate from just one command with including Contro...

2,122 1
jrenton/laravel-5-scaffold

Fastest way to rapidly scaffold a laravel application

268 4