desaroger/symodo

Symfony 4 + Mongo + Docker starter project

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 4

Open Issues: 0

Type:project


README

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

Installation

You only need to follow the next steps:

$ git clone git@github.com: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:

asciicast