Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 746 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 746 Bytes

Listem - sample implementation

This is the code for a sample implementation of the Listem package on a PHP app as a testament to it's framework-agnosticity. This app is build on top of the smallest of the PHP MVC frameworks, the MINI framework.

The live website can be found at php-example.listem.co

Setting up

First, make sure you have Docker and Docker Compose installed and running. Follow these steps to set up the project.

git clone <project.url> <project>
cd <project>
cp docker-compose.yml.example docker-compose.yml

Change values of the yml file if necessary (eg: port numbers), and run

make init