jake-rw / vcrud-generator
View and CRUD generator
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:Hack
Requires
- php: ^7.1
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-03-01 00:29:39 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.