mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-23 16:22:10 +01:00
92 lines
1.3 KiB
ReStructuredText
92 lines
1.3 KiB
ReStructuredText
.. _symfony2-documentation:
|
|
|
|
Symfony Documentation
|
|
=====================
|
|
|
|
Quick Tour
|
|
----------
|
|
|
|
Get started fast with the Symfony :doc:`Quick Tour </quick_tour/index>`:
|
|
|
|
* :doc:`/quick_tour/the_big_picture`
|
|
* :doc:`/quick_tour/flex_recipes`
|
|
* :doc:`/quick_tour/the_architecture`
|
|
|
|
Getting Started
|
|
---------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
getting_started/index
|
|
|
|
Topics
|
|
------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
best_practices
|
|
bundles
|
|
cache
|
|
console
|
|
doctrine
|
|
deployment
|
|
event_dispatcher
|
|
forms
|
|
frontend
|
|
html_sanitizer
|
|
http_cache
|
|
http_client
|
|
lock
|
|
logging
|
|
mailer
|
|
mercure
|
|
messenger
|
|
migration
|
|
notifier
|
|
performance
|
|
profiler
|
|
rate_limiter
|
|
routing
|
|
security
|
|
session
|
|
setup
|
|
serializer
|
|
service_container
|
|
testing
|
|
translation
|
|
validation
|
|
web_link
|
|
webhook
|
|
workflow
|
|
|
|
Components
|
|
----------
|
|
|
|
Read the :doc:`Components </components/>` documentation.
|
|
|
|
Reference Documents
|
|
-------------------
|
|
|
|
Get answers quickly with reference documents:
|
|
|
|
.. include:: /reference/map.rst.inc
|
|
|
|
Contributing
|
|
------------
|
|
|
|
Contribute to Symfony:
|
|
|
|
.. include:: /contributing/map.rst.inc
|
|
|
|
Create your Own Framework
|
|
-------------------------
|
|
|
|
Want to create your own framework based on Symfony?
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
create_framework/index
|