Skip to content

twaydev/symfony-solid-skeleton

Repository files navigation

twaydev/symfony-solid-skeleton

SOLID-oriented Symfony project skeleton with Docker. Designed to promote clean layering and easy local setup.

Quick start

composer create-project twaydev/symfony-solid-skeleton myapp
cd myapp
docker compose up -d --build
make shell
composer create-project symfony/skeleton apptemp && cp -a apptemp/. . && rm -rf apptemp && composer require symfony/orm-pack symfony/maker-bundle

Included

  • SOLID-friendly src/ structure (Application, Domain, Infrastructure, Presentation)
  • Minimal Docker: PHP-FPM, Nginx, Postgres
  • Tooling configs: PHPStan, PHP CS Fixer, Makefile, .gitignore

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published