laravel Model and CRUD Generator From the Database Structure Edit
laravel Model and CRUD Generator From the Database Structure, (*1)
run this command composer require hosamaldeen/laracrud:dev-master, (*2)
composer require hosamaldeen/laracrud:dev-master
then add service provider to you app config in path config/app.php Hosamaldeen\LaraCRUD\LaraCRUDServiceProvider::class, (*3)
Hosamaldeen\LaraCRUD\LaraCRUDServiceProvider::class
go to this url ./laracrud, (*4)
Sources Download
proprietary