Skip to content

Commit

Permalink
fix #711
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Sep 16, 2020
1 parent db0c1ac commit 9790bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ composer require spatie/laravel-activitylog

The package will automatically register the service provider.

Add ACTIVITY_LOGGER_DB_CONNECTION to .env.
If you want your activities to be stored in a special database connection you can define `ACTIVITY_LOGGER_DB_CONNECTION` in your `.env` file.

Clear the config cache.
After you've configured everything you should clear the application config cache via `artisan config:clear`.

You can publish the migration with:
```bash
Expand Down

0 comments on commit 9790bfb

Please sign in to comment.