Skip to content

Commit

Permalink
REadme
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev committed Nov 5, 2015
1 parent 649be5d commit 1328cae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Scaffold Interface for laravel v5.1 using materailize

####features :

+ generate your model,views,controller and migrations just in few clicks.
+ Generate your model,views,controller and migrations just in few clicks.

+ rollbacking possibility.
+ Rollbacking possibility.

+ using an interface to design your table
+ Using an interface to design your table

#Package installation#

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

```json
require : {
Expand All @@ -35,7 +35,7 @@ composer update
```

The next required step is to add the service provider to config/app.php :
2. Add the service provider to config/app.php :

```php

Expand All @@ -44,14 +44,14 @@ Amranidev\Ajaxis\AjaxisServiceProvider::class,

```

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

```
php artisan vendor:publish
```

The last required step is to migrate scaffoldinterface
4. Migrate scaffoldinterface

```
php artisan migrate
Expand Down

0 comments on commit 1328cae

Please sign in to comment.