Skip to content

Commit

Permalink
adjusted readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelheitor committed Jun 25, 2016
1 parent 30c29bb commit 8dc73e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,18 @@ php artisan migrate

### Other Examples (new)

Same as above with use of the prefix. It will create the prefix in redirects of controller and the links of views:
```
php artisan make:scaffold Tweet --schema="title:string:default('Tweet #1'), body:text" --prefix="admin"
```
Same as above with use of the prefix. It will create the prefix in redrects of controller and the links of views.

Create the empty scaffold views, controller, seed, migration and model:
```
php artisan make:scaffold Tweet
```
Create the empty scaffold: views, controller, seed, migration and model.
Create the empty scaffold (with prefix) views, controller, seed, migration and model:
```
php artisan make:scaffold Tweet --prefix="admin"
```
Create the empty scaffold (with prefix): views, controller, seed, migration and model.

## Scaffold
![image](http://i62.tinypic.com/11maveb.png)
Expand Down

0 comments on commit 8dc73e1

Please sign in to comment.