Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

63 lines (36 loc) · 1.28 KB

Latest Unstable Version License

ScaffoldInterface

####this is a test version####

Scaffold

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#

  1. Add scaffold-interface to your composer.json file to require Ajaxis :
require : {
"laravel/framework": "5.1.*",
"Amranidev/scaffold-interface": "dev-master"
}
  1. Update Composer :
composer update

  1. Add the service provider to config/app.php :
Amranidev\ScaffoldInterface\ScaffoldInterfaceServiceProvider::class,
Amranidev\Ajaxis\AjaxisServiceProvider::class,
  1. Publish assets in your application with :
php artisan vendor:publish

  1. Migrate scaffoldinterface
php artisan migrate

Congratulations, you have successfully installed Scafold !

###contact : [email protected]