Update

Currently performed manually on the test instance

Steps

1. Stop Apache in XAMPP

2. Pull from repository

cd C:\weric
git pull

3. (optional) Change environment variables in api\.env, if needed

Changelog contains relevant infromation concerning changes.

4. Run composer install

cd C:\weric\api
composer install

5. Run database migrations

cd C:\weric\api
php artisan migrate --seed --force

6. Cache config and clear route and views caches

cd C:\weric\api
php artisan config:cache
php artisan view:clear
php artisan route:clear

7. Start Apache in XAMPP

Last updated

Was this helpful?