Skip to content

Commit

Permalink
Merge pull request #77 from susanBuck/patch-1
Browse files Browse the repository at this point in the history
Make routes location generic
  • Loading branch information
rap2hpoutre authored Oct 20, 2016
2 parents 0340784 + 6fee3ff commit 37a180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add Service Provider to `config/app.php` in `providers` section
Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
```

Add a route in `app/Http/routes.php` (or choose another route):
Add a route in your web routes file: (or choose another route):
```php
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
```
Expand Down

0 comments on commit 37a180f

Please sign in to comment.