"Symfony YAML Configuration Reference" is a documentation of YAML configuration files used by Symfony Framework.
Configuration reference for Symfony 1.x:
- databases.yml
- schema.yml
- routing.yml
- settings.yml
- generator.yml
- cache.yml
- view.yml
- security.yml
- filters.yml
- factories.yml
- module.yml
- app.yml
- config_handlers.yml
- core_compile.yml
- autoload.yml
See Also:
- The symfony Reference Book - is the fastest way to find every available configuration;
- The symfony and Doctrine book - a brief description of a few critical Doctrine subjects that symfony utilizes the most;
- Symfony API - detailed API documentation for the Symfony framework codebase. The best way to check the parameters of a function or the nature of the returned value is there;
- A Gentle Introduction to symfony - this book introduces you to symfony, showing you how to wield its many features to develop web applications faster and more efficiently, even if you only know a bit of PHP;
- "Practical symfony" tutorial is a great way for a beginner to learn symfony, understand how it works, and also see best web development practices in action;
- The More with symfony book - this book is a collection of tutorials about various and more advanced symfony topics;
- Symfony Forms in Action - documentation for the symfony form framework;
- Doctrine 1.2 ORM for PHP documentation - the Guide to Doctrine 1.2 for PHP;
- Doctrine 2.2 API - detailed API documentation for the Doctrine 2.2 codebase;
- Symfony-check - check if your symfony application is ready for deployment;
- Symfony2 Bundles - is a good place to find the best Bundles.

