chillout / crud-generator
This package is used to generate a crud by command.
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
This package is mainly created for get a crud files like Controller with basic crud functions, Model, Request file and api resources.By entering crud:generate {name} you will can those file in respective folders. You can modify as u you can.
Installation
You can install the package via composer:
composer require chillout/crud-generator
Usage
After composer require command of this package Need to run a command in your terminal
php artisan crud:generate {name}
{name} can be replace with your name for example Post,Comment
How it is acheived?
Name you given in the command is get replaced by a dummy name added in the pre-added files.
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email aravindkumaranakr@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.