File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -39,25 +39,33 @@ For more information check out the [PHP-CRUD-API](https://github.com/mevdschee/p
3939
4040## Compilation
4141
42- You can compile all files into a single "` admin.php ` " file using:
42+ You can install all dependencies of this project using the following command:
43+
44+ php install.php
45+
46+ You can compile all files into a single "` ui.php ` " file using:
4347
4448 php build.php
4549
50+ NB: The install script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.
51+
52+ ### Development
53+
4654You can access the non-compiled code at the URL:
4755
48- http://localhost:8080/src/
56+ http://localhost:8080/src/editor/posts/list
4957
5058The non-compiled code resides in the "` src ` " and "` vendor ` " directories. The "` vendor ` " directory contains the dependencies.
5159
52- ## Updating dependencies
60+ ### Updating dependencies
5361
5462You can update all dependencies of this project using the following command:
5563
5664 php update.php
5765
58- This script will install and run Composer to update the dependencies.
66+ This script will install and run [ Composer] ( https://getcomposer.org/ ) to update the dependencies.
5967
60- NB: The update script will also patch the dependencies in the vendor directory for PHP 7.0 compatibility.
68+ NB: The update script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.
6169
6270## Local or remote API
6371
You can’t perform that action at this time.
0 commit comments