- Backup everything
- Get the latest code from GitHub (
git fetchandgit checkout master) - Update your
.envfile based on.env.example - Install PHP packages:
composer install --no-dev - Install npm packages:
yarn install(if you don't use yarnnpm installshould work as well) - Generate frontend assets:
yarn run prod(ornpm run prod) - Upgrade database:
php artisan migrate - Install Laravel Passport:
php artisan passport:install - Add cron entry as mentioned in installation instructions (
README.md)
This repository was archived by the owner on Mar 24, 2024. It is now read-only.