ribafs / view-maker
This package is abandoned and no longer maintained.
No replacement package was suggested.
Gerador de views para CRUDs no framework laravel 9
v1.5
2022-07-20 22:41 UTC
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.