Skip to content

Commit

Permalink
Readme Format
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev committed Nov 10, 2015
1 parent 8658fd6 commit a3a12d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Scaffold Interface for laravel v5.1 using materailize

###I. Package installation

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

```json
require : {
Expand Down Expand Up @@ -51,7 +51,7 @@ Scaffold Interface for laravel v5.1 using materailize

```

5. Migrate scaffoldinterface
5. Migrate scaffoldinterface :

```
php artisan migrate
Expand All @@ -62,15 +62,15 @@ Congratulations, you have successfully installed Scaffold Interface!

###II. Usage

1. Access to scaffold interface
1. Access to scaffold interface :

"localhost:8000/scaffold" to get into scaffoldinterface.

2. Table creation
2. Table creation :

tablename must be tiny and plural *for example : products* . you can add many of attributes like (String,date,longtext,etc.)

3. After creation
3. After creation :

to complete your scaffolding . go to your terminal and type.

Expand All @@ -79,7 +79,7 @@ Congratulations, you have successfully installed Scaffold Interface!

```

4. Finally
4. Finally :

scaffolding it's done. you can use your CRUD for example : localhost:8000/product

Expand Down

0 comments on commit a3a12d1

Please sign in to comment.