Creating views to CRUD in laravel framework
Very simple package
composer require laravelcollective/html
composer require ribafs/view-maker
php artisan vendor:publish --provider="Ribafs\ViewMaker\ViewMakerServiceProvider"
php artisan view:maker
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:
MIT. Please see the license file for more information.