Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev committed Nov 4, 2015
1 parent 680bbc1 commit 07f119d
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
[![Latest Unstable Version](https://poser.pugx.org/amranidev/scaffold-interface/v/unstable)](https://packagist.org/packages/amranidev/scaffold-interface) [![License](https://poser.pugx.org/amranidev/scaffold-interface/license)](https://packagist.org/packages/amranidev/scaffold-interface)

# ScaffoldInterface
test version
###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

#contact : [email protected]

#Package installation#

Add scaffold-interface to your composer.json file to require Ajaxis :

```json

require : {
"laravel/framework": "5.1.*",
"Amranidev/scaffold-interface": "dev-master"
}

´´´
Update Composer :

```
composer update

```
The next required step is to add the service provider to config/app.php :
```php
Amranidev\ScaffoldInterface\ScaffoldInterfaceServiceProvider::class,
Amranidev\Ajaxis\AjaxisServiceProvider::class,
```

The next required step is to publish assets in your application with :

php artisan vendor:publish


The last required step is to migrate scaffoldinterface

```
php artisan migrate
```

Congratulations, you have successfully installed Scafold !

0 comments on commit 07f119d

Please sign in to comment.