Larafast-fastApi

A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model.. etc

Downloads
1.4K
Stars
111

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.

Package Rankings
Top 13.66% on Packagist.org
Badges
Extracted from project README's
Scrutinizer Code Quality Build Status Code Intelligence Status