ribafs / view-maker
Gerador de views para CRUDs no framework laravel 9
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ribafs/view-maker
Requires
Requires (Dev)
- orchestra/testbench: ~7
- phpunit/phpunit: ~9.0
README
Creating views to CRUD in laravel framework
About
Very simple package
Installation package and dependency
composer require laravelcollective/html composer require ribafs/view-maker
Publish
php artisan vendor:publish --provider="Ribafs\ViewMaker\ViewMakerServiceProvider"
Usage
php artisan view:maker
Try
To try this package easily use the package https://github.com/appzcoder/crud-generator-laravel-br or the original https://github.com/appzcoder/crud-generator and create a CRUD, rename the created views folder and generate the views with this package:
Licence
MIT. Please see the license file for more information.