Symfony 7 Boilerplate
This is a boilerplate for Symfony 7 projects. It includes the following features:
- Symfony 7
- Docker
- PHP 8.2
- User authentication
- User registration
- Social login (Google, Azure)
- Github Actions (CI/CD)
- Dependabot
- Makefile
- PHPStan
- PHP-CS-FIXER
- Rector
- PHP unit
Installation
- Clone the repository
- Run
make start
- Run
make install
Usage
- Run
make start
- Open your browser and go to
http://127.0.0.1:8000
Docs
More information can be found in the docs directory.