Use this skeleton application based on Laminas Mezzio to quickly setup and start working on a new application.
This application uses:
Start your new project with composer:
$ composer create-project zenbox/project <project-path>After choosing and installing the packages you want, go to the
<project-path> and start web server to verify installation
You can use docker-compose to run the app with docker, so you can run these commands:
cd <project-path>
docker-compose up -dAfter that, open http://localhost in your browser.