Skip to main content

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

  1. Download the Latest Version

    Get a copy of the latest Peak release from the official source.

  2. 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 new peak folder from the latest version.

  3. Re-Autoload Your Dependencies

composer dump-autoload
  1. Clear Application Cache (Optional but Recommended)
php artisan cache:clear
  1. Compile assets
npm run dev // development
npm run build // production