Setting up your Dev Environment
To run Symfony in 2026, you need:
- PHP 8.4+
- Composer (The PHP package manager)
- Symfony CLI (Highly recommended)
- Docker (For database and services)
Installing Symfony CLI
On Linux/Mac: bash curl -sS https://get.symfony.com/cli/installer | bash
On Windows: Use the installer from the official Symfony website.
Verify with: bash symfony check:req