Ploi Core
Ploi Core

Manual update

The easiest way to update is to run the update command from the script inside the root of the project.

You can do this by running this:

./update.sh

It is also possible to manually upgrade, run these commands in the exact order we display them here.

git pull origin master

composer install --no-interaction --prefer-dist --no-dev --optimize-autoloader --quiet

php artisan migrate --force

php artisan cache:clear

php artisan route:cache

php artisan horizon:terminate