index.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Doctrine ORM Admin Bundle
  2. =========================
  3. The ``Doctrine ORM Admin`` provides services to work with the ``Admin Bundle`` and the ``Doctrine Project``.
  4. **Google Groups**: For questions and proposals you can post on this google groups
  5. * `Sonata Users <https://groups.google.com/group/sonata-users>`_: Only for user questions
  6. * `Sonata Devs <https://groups.google.com/group/sonata-devs>`_: Only for devs
  7. Reference Guide
  8. ---------------
  9. .. toctree::
  10. :maxdepth: 1
  11. :numbered:
  12. reference/installation
  13. reference/configuration
  14. reference/list_field_definition
  15. reference/filter_field_definition
  16. reference/form_field_definition
  17. reference/form_types_and_transformers
  18. reference/templates
  19. reference/audit
  20. reference/query_proxy
  21. reference/troubleshootings
  22. Tutorial
  23. --------
  24. .. toctree::
  25. :maxdepth: 1
  26. :numbered:
  27. tutorial/creating_your_first_admin_class/installation
  28. tutorial/creating_your_first_admin_class/introduction
  29. tutorial/creating_your_first_admin_class/defining_entities
  30. tutorial/creating_your_first_admin_class/defining_routing
  31. tutorial/creating_your_first_admin_class/defining_crud_controller
  32. tutorial/creating_your_first_admin_class/defining_admin_class