laravel-backend-preset maintained by toyza55k
Backend
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require toyza55k/laravel-backend-preset
Usage
make model
php artisan make:backend-model Test
make model with request, view-model, controller, export
php artisan make:backend-model Test -rice
make controller
php artisan make:backend-controller TestController
make request
php artisan make:backend-request TestRequest
make view-model (spatie/view-model)
php artisan make:backend-view-model TestViewModel
make export (Maatwebsite/Laravel-Excel)
php artisan make:backend-export TestExport
add backend preset (no need)
php artisan ui backend
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.