Skip to content

Commit 0bd0921

Browse files
committed
Update readme
1 parent 6c158d0 commit 0bd0921

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Symfony 6, development and deploy stack
22

3-
*Keywords: Symfony 6.2, PHP8.2, Apache 2.4, Postgres 15.2, Docker, Redis*
3+
*Keywords: Symfony 6.2, PHP8.2, Apache 2.4, Postgres 15.2, Docker, Redis, PHPStan (with Doctrine support), PHPUnit, ECS*
44

5-
All commands are run in the root directory.
5+
### Init application on localhost
6+
```sh
7+
$ cd docker
8+
$ docker compose up
9+
```
610

711
### Config files
812
| Path | Usage |
@@ -12,13 +16,14 @@ All commands are run in the root directory.
1216
|./app/.env.test| app env variables for test development|
1317

1418
```
15-
Or run composer commands / symfony commands in webroot directory in PHP container:
19+
Run composer commands / symfony commands in webroot directory in PHP container:
1620
```sh
1721
$ composer ci <-- all
1822
$ composer tests <-- tests
1923
$ composer ecs <-- code style check
2024
$ composer ecs-fix <-- code style check + fix
2125
$ composer phpstan <-- phpstan (level 7)
26+
$ bin/console <-- classic Symfony console
2227
```
2328

2429
## Push docker images to GitHub registry

0 commit comments

Comments
 (0)