composer install
Copy .env.example
file and generate application key:
cp .env.example .env
php artisan key:generate
Change other settings where neccessary.
php artisan scribe:generate
docker compose up -d
Dockerfile
and nginx configuration for the application are located indocker/
- The application itself is located in
src/