Skip to content

Commit 06b2d70

Browse files
committed
update README.md
1 parent 63d45cd commit 06b2d70

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,22 @@ WEBT-VT | ADV | 03 - Coding Standards
5454

5555
## Composer Infos
5656

57-
* `composer require --dev friendsofphp/php-cs-fixer`
58-
* `vendor/bin/php-cs-fixer fix` for cmd refactoring
57+
`composer require --dev friendsofphp/php-cs-fixer`
58+
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+
```bash
70+
docker compose up -d
71+
docker exec -it ADV3 bash
72+
73+
git config --global --add safe.directory /var/www/html
74+
composer install
75+
```

0 commit comments

Comments
 (0)