Skip to content

Commit

Permalink
Merge pull request #3 from itsazzad/patch-1
Browse files Browse the repository at this point in the history
Unescaped backslash
  • Loading branch information
fernandobritofl committed Apr 24, 2015
2 parents 469a8ef + aee7a4a commit c2d786c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Hi, this is a scaffold generator for Laravel 5.
### Step 1: Install Through Composer

```
composer require 'laralib\l5scaffold' --dev
composer require 'laralib/l5scaffold' --dev
```

### Step 2: Add the Service Provider
Expand All @@ -33,4 +33,4 @@ php artisan make:scaffold Tweet --schema="title:string, body:text"
```

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

0 comments on commit c2d786c

Please sign in to comment.