Skip to content

Commit 9196888

Browse files
committed
Remove facade instructions from README
1 parent 5649c0b commit 9196888

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ Install via composer
4242
composer require rap2hpoutre/laravel-log-viewer
4343
```
4444

45-
Enable facades by uncommenting this line in `bootstrap/app.php`:
46-
```php
47-
$app->withFacades();
48-
```
49-
5045
Add the following in `bootstrap/app.php`:
5146
```php
5247
$app->register(Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class);

0 commit comments

Comments
 (0)