jakerw / vcrud-generator
This package is abandoned and no longer maintained.
The author suggests using the jake-rw/vcrud-generator package instead.
View and CRUD generator
2.0.4
2020-08-28 13:54 UTC
Requires
- php: ^7.1
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2020-08-28 14:36:55 UTC
README
The package is a Utility tool briging together a number of Laravels console commands to so save the manual leg work. The following laravel commands have been bolted un:
php artisan make:model php artisan make:controller php artisan make:tests php artisan and adding view creation
Installation
You can install the package via composer:
composer require jake-rw/vcrud-generator
Usage
Running the below will work all sorts of magic. In the background it will be creating the following by simply passing in a Model name as an argument:
- Model
- Migration
- Backend Controller
- Backend Requests
- Backend views based on AdminLTE
- Initial Tests
php artisan make:vrud Phone
Credits
License
The MIT License (MIT). Please see License File for more information.