-
Easy - Easy to learn and use, friendly construction.
-
Docker - Installation via docker.
-
Free - You can use it anywhere, whatever you want.
Only Docker and Docker-Compose 🤤
$ make build-base
$ make build-app
$ make up
$ make enter
$ bin/console doctrine:migrations:migrate
$ bin/console app:create:admin <email> <password>
$ bin/console app:create:user <email> <password>