This commit is contained in:
Adrian Hopek
2022-03-15 11:41:27 +01:00
parent cdb8a50dfb
commit eb3c939dd5
9 changed files with 13 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ Directory structure little differs from a standard Laravel tree. We decided to r
- **web** - nginx HTTP server
- **php** - php and composer stuff
- **node** - npm stuff
- **mysql** - database for local development
- **pgsql** - database for local development
- **mailhog** - for emails preview
### Running tests