Server component for serving PHP Middleworld data
Clone the repository using
git clone [email protected]:mvlabs/php-middleworld-server.gitThe enter in the project directory
cd php-middleworld-server/srcInstall Composer dependencies
composer installCreate the following local configuration files just by copying their respective .dist version
errorhandler.local.php
local.php
middleware-data.local.php
Eventually start up the project with
cd ..
docker-compose upAt this point you should be able to see something navigating at localhost:80.
If you want to add middleware to PHP Middleworld, or
edit the existing informations, you could just create a merge request against develop
editing the src/data/middleware.json file. We will review it and publish it as soon
as possible!