This branch already set up with:
- Symfony 4.2
- FOSUserBundle
- MySQL
- AdminLTE (https://adminlte.io/)
Install dependencies
$ composer install
Create database
$ php bin/console doctrine:database:create
Run migrations
$ php bin/console doctrine:migrations:migrate
Create first user
$ php bin/console fos:user:create
Promote user to ROLE_ADMIN
$ php bin/console fos:user:promote