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 fd0821b commit aec7a84Copy full SHA for aec7a84
README.md
@@ -62,8 +62,8 @@ $app->register(\Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::cl
62
63
Explicitly set the namespace in `app/Http/routes.php`:
64
```php
65
-$app->group(['namespace' => '\Rap2hpoutre\LaravelLogViewer'], function() use ($app) {
66
- $app->get('logs', 'LogViewerController@index');
+$router->group(['namespace' => '\Rap2hpoutre\LaravelLogViewer'], function() use ($router) {
+ $router->get('logs', 'LogViewerController@index');
67
});
68
```
69
0 commit comments