Add cs fixer and first controller with route /.

This commit is contained in:
Krzysztof Płaczek
2024-10-16 16:34:55 +02:00
parent 8d18667263
commit 718855aaf6
6 changed files with 99 additions and 4 deletions

6
.gitignore vendored
View File

@@ -8,4 +8,8 @@
/var/
/vendor/
###< symfony/framework-bundle ###
.idea
.idea
###> php-cs-fixer/shim ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< php-cs-fixer/shim ###