Skip to content

Commit

Permalink
Remove facade instructions from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Agontuk committed Dec 15, 2016
1 parent 5649c0b commit 9196888
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ Install via composer
composer require rap2hpoutre/laravel-log-viewer
```

Enable facades by uncommenting this line in `bootstrap/app.php`:
```php
$app->withFacades();
```

Add the following in `bootstrap/app.php`:
```php
$app->register(Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class);
Expand Down

0 comments on commit 9196888

Please sign in to comment.