-
Laravel 9
-
Dockerize
- php8.1-fpm-buster
- docker build -t name:tags_version .
- edit docker-config/docker-compose.yaml for using it
-
Update env
-
Bind Mount DB File to ../storage/app/...
-
Generate base64 key for env be
- openssl rand --base64 32
-
Run DB Migration (Exec to Container)
- php artisan migrate