Skip to content

Commit

Permalink
Merge pull request #3 from fanuch/master
Browse files Browse the repository at this point in the history
Instructions to clear cache on install
  • Loading branch information
KABBOUCHI authored Mar 24, 2019
2 parents 6f3433d + a11c417 commit fc56a0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ Add the new driver type in your `config/logging.php` configuration
'environment' => 'production', // or ['production', 'staging', 'local']
],
],
```

## Note
You may need to clear cache after installation if you get `laravel.EMERGENCY: Unable to create configured logger. ... Log [discord] is not defined.` with
```bash
php artisan config:clear
```


0 comments on commit fc56a0f

Please sign in to comment.