I made Symodo to be my starter point to make PHP7 + Symfony 4 + mongo websites.
It's based on the Symfony 4 website skeleton, adding:
- Laradock for managing dockers. Inside bin folder I added some shellscripts to ease the work with laradock.
- Mongodb-odm-bundle and the mongo PHP extension, and configuring everything to work
- FOSUserBundle and configures it. Automatically creates a default admin.
- Adds the home and admin page to test everything works
You only need to follow the next steps:
$ git clone [email protected]:desaroger/symodo.git
$ cd symodo
$ ./bin/initialize.sh
$ ./bin/start.sh
Now open your browser and go to localhost.
You can watch an asciinema of the installation: