Skip to content

Commit

Permalink
Database cache reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte authored Aug 30, 2024
1 parent 3d2a3d2 commit 0068a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation-laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Package Version | Laravel Version

- **If you are using MySQL 8**, look at the migration files for notes about MySQL 8 to set/limit the index key length, and edit accordingly. If you get `ERROR: 1071 Specified key was too long` then you need to do this.

- **If you are using CACHE_STORE=database**, be sure to [install Laravel's cache migration](https://laravel.com/docs/cache#prerequisites-database), else you will encounter cache errors.

7. **Clear your config cache**. This package requires access to the `permission` config settings in order to run migrations. If you've been caching configurations locally, clear your config cache with either of these commands:

php artisan optimize:clear
Expand Down

0 comments on commit 0068a21

Please sign in to comment.