Skip to content

Commit b464470

Browse files
Update makefile and README
1 parent 94af89a commit b464470

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,32 @@ Commands:
5858
watch-log logFilePath=[PATH TO LOG FILE] Watch log file
5959
```
6060

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+
```
6187

6288
### Support
6389

0 commit comments

Comments
 (0)