We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaf84d commit be51649Copy full SHA for be51649
docs/docs/8.x/upgrade.md
@@ -14,7 +14,7 @@ In order to upgrade from Laratrust 7.x to 8.x you have to follow these steps:
14
15
2. Run `composer update` to update the source code.
16
17
-3. Run `php artisan config:clear` and `php artisan cache:clear`.
+3. Run `php artisan config:clear`, `php artisan cache:clear` and `php artisan view:clear`.
18
19
4. Update your `config/laratrust.php`:
20
0 commit comments