Connfa is an Open Source framework for conferences and events. Alongside mobile apps (Android and iOS) and a web app, it also offers a Content Management System and an integration server, written in PHP (Laravel).
This aims to wrap Connfa CMS and Integration Server into a Docker image, publicly available in Docker Hub to make it easier to get the server up and running and seed the database with test data, to be able to quicly asses the suitability of the framework.
Quick headsup: You should fix the mysql_server to
5.7
. Seems that it does not work anymore properly withlatest
(=8
).