]> BookStack Code Mirror - website/commitdiff
Update to 0.13.0 caused issues with settings.
authorAbijeet <redacted>
Thu, 17 Nov 2016 08:07:20 +0000 (13:37 +0530)
committerGitHub <redacted>
Thu, 17 Nov 2016 08:07:20 +0000 (13:37 +0530)
This was happening because of cached views.

resources/docs/admin/updates.md

index b2283af3815084bc8b3830c8cb96cdaf135b990c..8c21ff47cbd6da140704afcc79556ff37ff46db8 100644 (file)
@@ -12,6 +12,13 @@ git pull origin release && composer install && php artisan migrate
 This command will update the repository that was created in the installation, install the PHP dependencies using `composer` then run then update the database with any required changes.
 Check the below list for the version you are updating to for any additional instructions.
 
+In addition, we recommend clearing the cache after an update - 
+
+```
+php artisan cache:clear
+php artisan view:clear
+```
+
 ## Version Specific Instructions
 
 #### Updating to v0.13 or higher