File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Small log viewer for laravel. Looks like this:
1515
1616![ capture d ecran 2014-12-01 a 10 37 18] ( https://cloud.githubusercontent.com/assets/1575946/5243642/8a00b83a-7946-11e4-8bad-5c705f328bcc.png )
1717
18- Install (laravel )
18+ Install (Laravel )
1919-----------------
2020Install via composer
2121```
@@ -34,15 +34,20 @@ Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
3434
3535Go to ` http://myapp/logs ` or some other route
3636
37- Install (lumen )
37+ Install (Lumen )
3838---------------
3939
4040Install via composer
4141```
4242composer require rap2hpoutre/laravel-log-viewer
4343```
4444
45- Add the following in ` app/bootstrap.php ` :
45+ Enable facades by uncommenting this line in ` bootstrap/app.php ` :
46+ ``` php
47+ $app->withFacades();
48+ ```
49+
50+ Add the following in ` bootstrap/app.php ` :
4651``` php
4752$app->register(Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class);
4853```
You can’t perform that action at this time.
0 commit comments