This commit is contained in:
Sebastian Molenda
2026-05-12 21:10:38 +02:00
commit ab96d82fcf
2544 changed files with 721700 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
:orphan:
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.
Phinx requires a 64-bit version of PHP to function.
Contents
========
.. toctree::
:maxdepth: 2
intro
goals
install
migrations
seeding
commands
configuration
copyright
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`