Doctrine ORM Admin Bundle
=========================

The ``Doctrine ORM Admin`` provides services to work with the ``Admin Bundle`` and the ``Doctrine Project``.

**Google Groups**: For questions and proposals, you can post on these google groups:

* `Sonata Users <https://groups.google.com/group/sonata-users>`_: For questions on how to use Sonata bundles on your project
* `Sonata Devs <https://groups.google.com/group/sonata-devs>`_: For questions regarding the development of Sonata bundles

Reference Guide
---------------

.. toctree::
   :maxdepth: 1
   :numbered:

   reference/installation
   reference/configuration
   reference/list_field_definition
   reference/filter_field_definition
   reference/form_field_definition
   reference/form_types_and_transformers
   reference/templates
   reference/audit
   reference/query_proxy
   reference/troubleshootings

Tutorial
--------

.. toctree::
   :maxdepth: 1
   :numbered:

   tutorial/creating_your_first_admin_class/introduction
   tutorial/creating_your_first_admin_class/defining_entities
   tutorial/creating_your_first_admin_class/defining_routing
   tutorial/creating_your_first_admin_class/defining_crud_controller
   tutorial/creating_your_first_admin_class/defining_admin_class
