We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d45cd commit 06b2d70Copy full SHA for 06b2d70
README.md
@@ -54,5 +54,22 @@ WEBT-VT | ADV | 03 - Coding Standards
54
55
## Composer Infos
56
57
-* `composer require --dev friendsofphp/php-cs-fixer`
58
-* `vendor/bin/php-cs-fixer fix` for cmd refactoring
+`composer require --dev friendsofphp/php-cs-fixer`
+
59
+### Using PHP CS Fixer via the command line
60
61
+```bash
62
+ docker exec -it ADV3 bash
63
+ vendor/bin/php-cs-fixer fix
64
+ exit
65
+```
66
67
+## Setup & Run the Project
68
69
70
+ docker compose up -d
71
72
73
+ git config --global --add safe.directory /var/www/html
74
+ composer install
75
0 commit comments