Upgrade Guide
Option 1 (Auto update): Go to Admin -> System Administration -> System Updater and click "Download & install update".
Option 2 (Manual update):
For developers:
- Override folder
app,config,platform,public/themes,public/vendorandpublic/index.phpfrom the latest version. - Update file
composer.jsonandcomposer.lockfrom new source code. - Delete folder
/vendorthen runcomposer installto upgrade vendor packages. - Delete folder
public/vendorand run commandphp artisan vendor:publish --tag=cms-public --force - Delete folder
public/themesand run commandphp artisan cms:theme:assets:publish - Run command
php artisan vendor:publish --tag=cms-lang --forceto update translations. - Run
php artisan migrateto clear cache. - Run
php artisan optimize:clearto clear cache.
- Override folder
For non-developers:
- Override folder
app,config,platform,public/themes,public/vendorandpublic/index.phpfrom the latest version. - Override folder
public/themes,public/vendor,bootstrap,vendorfrom the latest version. - Delete all files in
storage/framework/viewsandstorage/framework/cache. - Go to Admin -> Translations -> Admin translations then click on
Import groupto update translations. - Go to Admin -> Plugins -> Real Estate Plugin . Please click "Deactive" and then click "Active" for it to update the changes
- Override folder