muhaimenul / lara-crud
This Generator package provides generators like CRUD, API, Controller, Model, Migration for make your development painless.
Requires
- php: >=5.6
- laravel/framework: >=5.3
This package is not auto-updated.
Last update: 2024-11-23 06:43:35 UTC
README
About LaraCRUD (Laravel CRUD Generator)
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.
Installation
You can install the package via composer:
composer require muhaimenul/lara-crud
Usage
Easily generate your crud instance using the make:crud
command:
php artisan make:crud Flight
Contributing
Security Vulnerabilities
If you discover a security vulnerability or bugs within LaraCRUD, please send an e-mail to Muhaimenul Islam via i.muhaimen@gmail.com.
License
The LaraCRUD package is open-sourced project licensed under the MIT license.