{"repo":"Mahmoud-Italy/Larafast-fastApi","free":true,"listed":false,"github":"https://github.com/Mahmoud-Italy/Larafast-fastApi","clone":"git clone https://github.com/Mahmoud-Italy/Larafast-fastApi.git","description":"A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model.. etc","language":"PHP","stars":124,"topics":["fastapi","larafast","scaffold","generate","generate-api","api-generator","laravel","lumen"],"license":null,"category":"api-integrations-sdks","readme_excerpt":"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: Blog.php BlogController.php ship with code already exists BlogStoreRequest.php and BlogUpdateRequest.php BlogResource.php Timestamped create blogs table.php migration file BlogFactory.php Installation composer require larafast/fastapi Then publish the config php artisan vendor:publish --tag=fastApi For Lumen Just Add this line into bootstrap/app.php $app- register(Larafast\\Fastapi\\FastapiServiceProvider::class); Example php artisan fastApi Blog Once done, it will show you the details of the files generated. Factory created successfully Created Migration: 2020 07 14 125128 create blogs table Model created successfully Controller created successfully Request created successfully Request created successfully Resource created successfully Snapshot of BlogController namespace App\\Http\\Controllers; use App\\Blog; use Illuminate\\Http\\Request; use App\\Http\\Requests\\BlogUpdateRequest; use App\\Http\\Requests\\BlogStoreRequest; use App\\Ht","default_branch":null,"files":null,"tree":[],"storefront":"/r/Mahmoud-Italy","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/Mahmoud-Italy/Larafast-fastApi/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}