Skip to content

Commit fc56a0f

Browse files
authored
Merge pull request #3 from fanuch/master
Instructions to clear cache on install
2 parents 6f3433d + a11c417 commit fc56a0f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ Add the new driver type in your `config/logging.php` configuration
2222
'environment' => 'production', // or ['production', 'staging', 'local']
2323
],
2424
],
25+
```
26+
27+
## Note
28+
You may need to clear cache after installation if you get `laravel.EMERGENCY: Unable to create configured logger. ... Log [discord] is not defined.` with
29+
```bash
30+
php artisan config:clear
31+
```
32+
33+

0 commit comments

Comments
 (0)