####this is a test version####
Scaffold Interface for laravel v5.1 using materailize
####features :
-
Generate your model,views,controller and migrations just in few clicks.
-
Rollbacking possibility.
-
Using an interface to design your table
#Package installation#
- Add scaffold-interface to your composer.json file to require Ajaxis :
require : {
"laravel/framework": "5.1.*",
"Amranidev/scaffold-interface": "dev-master"
}
- Update Composer :
composer update
- Add the service provider to config/app.php :
Amranidev\ScaffoldInterface\ScaffoldInterfaceServiceProvider::class,
Amranidev\Ajaxis\AjaxisServiceProvider::class,
- Publish assets in your application with :
php artisan vendor:publish
- Migrate scaffoldinterface
php artisan migrate
Congratulations, you have successfully installed Scaffold Interface!
###contact : [email protected]