My skeleton project I use for Symfony training
- PHP
- Docker
- composer
- just
- Symfony CLI
- Run
just install
to install the dependencies - Run
just start
to start the local dev server - visit localhost:8080 to check that Symfony is running
- Symfony maker bundle for faster development
- add basic lint & test setup