Skip to content

Symfony 7: Configuration

# Show framework configuration
symfony console debug:config framework
# Show framework configuration, more details, specific section
symfony console config:dump framework cache

Environments

  • "dev", "prod", "test";
  • .env file;
# See variables and loading order of priority
symfony console debug:dotenv

# Show environment variables that the Symfony binary is injecting
symfony var:export --multiline