An opinionated Symfony project template including:
- Symfony 7.*
- Docker compose file for PostgreSQL
dev
login form
prod
Social login with Google, GitLab, GitHub and more- Asset mapper
- Bootstrap
Clone the repo then use the
bin/install
command or execute the script content manually.
symfony console user-admin
Create and administer user accounts.
bin/start
bin/stop
start and stop the environment.
make tests
Happy coding =;)