Laravel CRUD generator package for easily generate your Model, Controller, Routes, APIs, request, migration etc. to make your development process painless. Single command will create your Model, Controller, Request and Migrations files.
You can install the package via composer:
composer require muhaimenul/lara-crud
Easily generate your crud instance using the make:crud
command:
php artisan make:crud Flight
If you discover a security vulnerability or bugs within LaraCRUD, please send an e-mail to Muhaimenul Islam via i.muhaimen@gmail.com.
The LaraCRUD package is open-sourced project licensed under the MIT license.