index.rst 865 B

12345678910111213141516171819202122
  1. Migrations Documentation
  2. =================
  3. The Doctrine Migrations documentation is a reference guide to everything you need
  4. to know about the migrations project.
  5. Getting Help
  6. ------------
  7. If this documentation is not helping to answer questions you have about
  8. Doctrine Migrations don't panic. You can get help from different sources:
  9. - The `Doctrine Mailing List <https://groups.google.com/group/doctrine-user>`_
  10. - Slack chat room `#migrations <https://www.doctrine-project.org/slack>`_
  11. - Report a bug on `GitHub <https://github.com/doctrine/migrations/issues>`_.
  12. - On `StackOverflow <https://stackoverflow.com/questions/tagged/doctrine-migrations>`_
  13. Getting Started
  14. ---------------
  15. The best way to get started is with the :doc:`Introduction <introduction>` section.
  16. Use the sidebar to browse other documentation for the Doctrine PHP Migrations project.