Server component for serving PHP Middleworld data
Clone the repository using
git clone [email protected]:mvlabs/php-middleworld-server.git
The enter in the project directory
cd php-middleworld-server/src
Install Composer dependencies
composer install
Create 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 up
At 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!