Blame view

vendor/robmorgan/phinx/docs/index.rst 570 Bytes
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Phinx Documentation
===================

Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes you can install Phinx using Composer and create your first database migration. Phinx is just about migrations without all the bloat of a database ORM system or application framework.

Contents
========

.. toctree::
   :maxdepth: 2

   intro
   goals
   install
   migrations
   seeding
   commands
   configuration
   copyright

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`