Skip to content

Commit

Permalink
updated readme with separate instructions for laravel 5.5 and 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Aug 30, 2017
1 parent 2705fdb commit 7964b87
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,21 @@ L5 includes a bunch of generators out of the box, so this package only needs to

*With one or two more to come.*

## Usage

## Usage on Laravel 5.5

### Step 1: Install Through Composer

```
composer require laracasts/generators --dev
```

### Step 2: Run Artisan!

You're all set. Run `php artisan` from the console, and you'll see the new commands in the `make:*` namespace section.


## Usage on Laravel 5.4 and 5.3

### Step 1: Install Through Composer

Expand Down

0 comments on commit 7964b87

Please sign in to comment.