An opinionated Symfony project template including:
- Symfony 7.*
- Docker compose file for PostgreSQL
devlogin form
prodSocial login with Google, GitLab, GitHub and more- A user CRUD interface
- Bootstrap
Clone the repo then use the
bin/installcommand OR execute the script content manually.
Create and administer user accounts.
symfony console user-adminStart and stop the environment.
bin/startbin/stopmake testsCheck four outdated PHP deps, recipes and assets.
composer checkYou can create this with
composer db-diagramHappy coding =;)
