File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ Node JS
17
17
18
18
(Note: If you can't run composer, download composer.phar with the instructions from Composers website)
19
19
20
- - Copy: example.config.php to config.php
20
+ - Copy: system/core/ example.config.php to system/core/ config.php
21
21
- Update: Update your settings and save
22
22
- Run: Your URL in the browser (localhost/{yourapp} or whatever you've setup.
23
23
24
24
(Note: You will be in the init app under app/init/controller/init.php)
25
25
(Note: You can change all this with the config file if you want, just change it and test it!)
26
26
27
+ Documentation is included in source or you can compile it with phpdoc.
27
28
28
29
# FEATURE MATRIX
29
30
The feature matrix covers the base features we plan to implement.
@@ -43,7 +44,7 @@ Validate | Alpha
43
44
Convert | Alpha
44
45
Event | Alpha
45
46
Debug | Alpha
46
- Unit Tests | In Progress
47
+ Unit Tests | Alpha
47
48
48
49
<hr />
49
50
@@ -175,7 +176,7 @@ Test | Status
175
176
Convert | Alpha
176
177
Globals | Alpha
177
178
Package | In Progress
178
- Template | In Progress
179
+ Template | Alpha
179
180
Validate | Alpha
180
181
181
182
You can’t perform that action at this time.
0 commit comments