Currently performed manually on the test instance
Note relevant changes listed in changelog. And perform needed changes as stated there.
Open XAMPP and stop Apache. Alternatively you can stop the Apache service in services.msc
services.msc
Pull from repository
git pull
.env
Changelog contains relevant infromation concerning changes.
composer install
php artisan migrate --seed --force
php artisan optimize
Open XAMPP and start Apache. Alternatively you can start the Apache service in services.msc
Last updated 1 month ago