A custom symfony starterkit.
Dependencies :
- PHP 8
- Symfony 6
- Symfony CLI
- Docker
- PHP_CodeSniffer
Clone the project :
git clone [email protected]:PublicVar/symfony-starterkit.git project-name
cd project-name
make install
Start the server local :
make local
make analyse