We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0340784 + 6fee3ff commit 37a180fCopy full SHA for 37a180f
README.md
@@ -27,7 +27,7 @@ Add Service Provider to `config/app.php` in `providers` section
27
Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
28
```
29
30
-Add a route in `app/Http/routes.php` (or choose another route):
+Add a route in your web routes file: (or choose another route):
31
```php
32
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
33
0 commit comments