This repository was archived by the owner on Oct 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +66
-58
lines changed Expand file tree Collapse file tree 1 file changed +66
-58
lines changed Original file line number Diff line number Diff line change 1
1
Project-Structure
2
- =================
2
+ ==================
3
3
4
4
2014/2015 Project structure base for all in-house projects (excluding those using legacy or past systems)
5
5
6
6
vhost project folder structure
7
- ===================================
8
- * vhosts (usually /usr/share/nginx/vhosts or /var/www/vhosts)
9
- * {projectname}
10
- * **public**
11
- * **private**
12
- * backup
13
- * certs
14
- * log
15
- * tmp
16
-
7
+ ===============================
8
+
9
+ * vhosts (usually /usr/share/nginx/vhosts or /var/www/vhosts)
10
+ * {projectname}
11
+ * ** public**
12
+ * ** private**
13
+ * backup
14
+ * certs
15
+ * log
16
+ * tmp
17
+
17
18
web-app folder structure (within vhost project folder structure)
18
- ===================================
19
+ =================================================================
20
+
19
21
* ** public**
20
- * {routerfile}.php
21
- * font
22
- * css
23
- * img
24
- * js
25
- * themes
26
- * { theme[x]}
27
- * font
28
- * css
29
- * img
30
- * js
31
- * media (symbolic links to uploads)
32
- * licenses
22
+ * {routerfile}.php
23
+ * font
24
+ * css
25
+ * img
26
+ * js
27
+ * themes
28
+ * theme
29
+ * font
30
+ * css
31
+ * img
32
+ * js
33
+ * media (symbolic links to uploads)
34
+ * licenses
33
35
* ** private**
34
- * uploads
35
- * src
36
- * siteEngine
37
- * data
38
- * validations
39
- * schemas
40
- * regex
41
- * models
42
- * libaries
43
- * helpers
44
- * assets
45
- * views
46
- * scss
47
- * less
48
- * font
49
- * css
50
- * img
51
- * js
52
- * cs
53
- * {vendor[x]}
54
- * data
55
- * models
56
- * libraries
57
- * helpers
58
- * assets
59
- * views
60
- * scss
61
- * less
62
- * font
63
- * css
64
- * img
65
- * js
66
- * cs
36
+ * uploads
37
+ * src
38
+ * siteEngine
39
+ * ** data**
40
+ * schemas
41
+ * regex
42
+ * models
43
+ * libaries
44
+ * helpers
45
+ * ** assets**
46
+ * {vendor[ x] }
47
+ * data
48
+ * schemas
49
+ * regex
50
+ * models
51
+ * libaries
52
+ * helpers
53
+ * ** assets**
54
+
55
+ Assets folder structure
56
+ ========================
57
+ * ** assets**
58
+ * views
59
+ * scss
60
+ * less
61
+ * font
62
+ * css
63
+ * img
64
+ * js
65
+ * cs
66
+
67
+ Data folder structure
68
+ ======================
69
+ * ** data**
70
+ * validations
71
+ * schemas
72
+ * regex
73
+
74
+
You can’t perform that action at this time.
0 commit comments