We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94af89a commit b464470Copy full SHA for b464470
README.md
@@ -58,6 +58,32 @@ Commands:
58
watch-log logFilePath=[PATH TO LOG FILE] Watch log file
59
```
60
61
+### Visual project structure
62
+
63
+```
64
+.
65
+├── docker - [Docker settings]
66
+│ ├── backend
67
+│ │ ├── Dockerfile
68
+│ │ ├── cron
69
+│ │ │ └── crontab
70
+│ │ ├── php
71
+│ │ │ └── conf.d
72
+│ │ │ ├── php.ini
73
+│ │ │ └── xdebug.ini
74
+│ │ └── supervisor
75
+│ │ ├── conf.d
76
+│ │ │ └── example.conf
77
+│ │ └── supervisord.conf
78
+│ ├── mysql
79
+│ │ └── conf.d
80
+│ │ └── my.cnf
81
+│ └── nginx
82
+│ └── nginx.conf
83
+├── docker-compose.yml
84
+├── logs - [All necessary logs are written here]
85
+└── src - [Your workspace]
86
87
88
### Support
89
0 commit comments