[Symfony][1] is a PHP framework for web and console applications and a set of reusable PHP components. Symfony is used by thousands of web applications and most of the [popular PHP projects][2].
- Symfony v5.10.4 (cli)
- PHP v8.2.25 (cli)
- Apache v2.4.62 | VS17
PHP Packages (Required)
composer install
or
:: With make
make deps
Prettier (Optional)
bun install
symfony server:start --no-tls
or
:: With make
make dev