A base setup of Symfony4 + easyadmin + fosuserbundle
Basically it is a fresh symfony 4 clone with easyadmin and fosuserbundle configured.
As most of the applications I develop use this as a base, I decided to preconfigure it.
- Clone the repository to where you want to create your project
- Run composer install
- copy the
.env.dist
file to.env
and update the info - run database creation and migration