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.
1 parent 37a180f commit cf1d2d3Copy full SHA for cf1d2d3
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 your web routes file: (or choose another route):
+Add a route in your web routes file:
31
```php
32
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
33
0 commit comments