A template for Symfony 5 applications
- Install Docker Engine
git clone [email protected]:pps1/symfony-starterkit.gitcd symfony-starterkitdocker compose up- The application should now be available at http://localhost:8002
- (optional) Install the Symfony Binary
You can run tests with the following command:
bin/phpunitYou can execute the Psalm linter with the following command:
bin/psalmYou can execute the PHPStan linter with the following command:
bin/phpstanYou can fix your code smell using CS Fixer with the following command:
bin/csfixer