Build docker images:
docker composer buildRun docker containers:
# Or use IDE tools instead
docker compose upInstall composer dependencies:
composer installInstall npm packages for api documentation generator.
# If not in src folder
cd src
npm installFurther, commands must be executed inside the
phpdocker container
Decrypt .env file
Paste actual decryption key and cipher method instead of
{key}and{cipher}
php artisan env:decrypt --key={key} --cipher={cipher}Run migrations:
php artisan migrateCreate Passport encryption keys:
php artisan passport:installCreate a Personal Access Token Client:
php artisan passport:client --personal