Upgrading
Keeping Peak up to date ensures you get the latest features, improvements, and security patches.
Automated Upgrade
We are currently working on an automated upgrade system that will make upgrading to new versions effortless.
Until this system is completed, upgrades must be performed manually.
Stay tuned! Automated upgrades are coming soon.
How to Upgrade
Until the automated upgrade system is ready, follow these manual steps to upgrade your Peak installation.
Manual Upgrade Steps
-
Download the Latest Version
Get a copy of the latest Peak release from the official source.
-
Replace the Peak Folder
Inside your project, you will find a
peak
folder located at the root level.Replace your current
peak
folder with the newpeak
folder from the latest version. -
Re-Autoload Your Dependencies
composer dump-autoload
- Clear Application Cache (Optional but Recommended)
php artisan cache:clear
- Compile assets
npm run dev // development
npm run build // production