Skip to content

Commit ae73a6e

Browse files
authored
Added configuration publishing directions (#221)
A group (a.k.a. tag) should be added in publishing declaration (src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewerServiceProvider.php line 34) to make this clearer.
1 parent 3506baa commit ae73a6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ php artisan vendor:publish \
4747
--tag=views
4848
```
4949

50+
**Optionally** publish `logviewer.php` configuration file into `/config/` directory of your app for configuration customization:
51+
52+
```
53+
php artisan vendor:publish \
54+
--provider="Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider"
55+
```
56+
5057
Install (Lumen)
5158
---------------
5259

0 commit comments

Comments
 (0)