forked from amranidev/scaffold-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,22 +13,20 @@ Scaffold Interface for laravel v5.1 using materailize | |
|
||
+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 | ||
|
||
|
@@ -57,3 +55,4 @@ php artisan migrate | |
|
||
Congratulations, you have successfully installed Scafold ! | ||
|
||
###contact : [email protected] |