Absolutely simple Symfony 8.1 + MySQL example app: shows one random first name in large font
  • PHP 80.9%
  • Dockerfile 19.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Matthew Baggett 847a938745
Randomize web port and add Claude launch config
Makes the compose host port configurable via WEB_PORT (defaulting to
8080) and pins it to a random port in .env, then adds .claude/launch.json
so preview tooling starts the app on the same port.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 10:49:53 +02:00
.claude Randomize web port and add Claude launch config 2026-07-23 10:49:53 +02:00
docker/mysql Add simple Symfony 8.1 + MySQL name-display example app 2026-07-23 10:46:36 +02:00
public Add simple Symfony 8.1 + MySQL name-display example app 2026-07-23 10:46:36 +02:00
src Add simple Symfony 8.1 + MySQL name-display example app 2026-07-23 10:46:36 +02:00
.dockerignore Add simple Symfony 8.1 + MySQL name-display example app 2026-07-23 10:46:36 +02:00
.env Randomize web port and add Claude launch config 2026-07-23 10:49:53 +02:00
.gitignore Add simple Symfony 8.1 + MySQL name-display example app 2026-07-23 10:46:36 +02:00
compose.yaml Randomize web port and add Claude launch config 2026-07-23 10:49:53 +02:00
composer.json Add simple Symfony 8.1 + MySQL name-display example app 2026-07-23 10:46:36 +02:00
composer.lock Add simple Symfony 8.1 + MySQL name-display example app 2026-07-23 10:46:36 +02:00
Dockerfile Add simple Symfony 8.1 + MySQL name-display example app 2026-07-23 10:46:36 +02:00