Skip to content

Commit 0068a21

Browse files
authored
Database cache reminder
1 parent 3d2a3d2 commit 0068a21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/installation-laravel.md

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Package Version | Laravel Version
5353
5454
- **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.
5555
56+
- **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.
57+
5658
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:
5759
5860
php artisan optimize:clear

0 commit comments

Comments
 (0)