toyza55k/laravel-backend-preset

Laravel backend preset and command for laravel-backend

dev-master 2020-04-30 10:10 UTC

README

Latest Version on Packagist Total Downloads

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.