2025-12-14 23:14:28 +03:00
2025-12-14 23:14:28 +03:00
2025-12-14 23:14:28 +03:00
2025-12-14 23:14:28 +03:00
2025-10-06 03:09:52 +03:00
2025-12-14 23:14:28 +03:00
2025-12-14 23:14:28 +03:00

Laravel Docker Setup

  • NGINX, MySQL, phpMyAdmin

Create a project:

cp .env.example .env
# !change .env for yourself
docker compose up -d php-fpm
docker compose exec php-fpm bash
# or `make shell`

Rewrite below for yourself:

composer global require laravel/installer

export PATH="$HOME/.composer/vendor/bin:$PATH"

laravel new example-app

mv example-app/* example-app/.* ./
rmdir example-app

Quick Actions

make help
Description
No description provided
Readme MIT 52 KiB
Languages
Shell 39.8%
Makefile 37.1%
Dockerfile 23.1%