This was happening because of cached views.
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