File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,10 @@ You can compile all files into a single "`api.php`" file using:
127
127
128
128
php build.php
129
129
130
+ NB: The install script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.
131
+
132
+ ### Development
133
+
130
134
You can access the non-compiled code at the URL:
131
135
132
136
http://localhost:8080/src/records/posts/1
@@ -141,7 +145,7 @@ You can update all dependencies of this project using the following command:
141
145
142
146
This script will install and run [ Composer] ( https://getcomposer.org/ ) to update the dependencies.
143
147
144
- NB: The update script will also patch the dependencies in the vendor directory for PHP 7.0 compatibility.
148
+ NB: The update script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.
145
149
146
150
## TreeQL, a pragmatic GraphQL
147
151
You can’t perform that action at this time.
0 commit comments