/var/www/vhosts/ihelp.ro/httpdocs/vendor/robmorgan/phinx/docs/en
NameSizeModeActions
commands.rst132130644editdlrm
conf.py2610644editdlrm
configuration.rst175480644editdlrm
contents.rst1480644editdlrm
copyright.rst11490644editdlrm
goals.rst3460644editdlrm
index.rst5810644editdlrm
install.rst6930644editdlrm
intro.rst6900644editdlrm
migrations.rst586000644editdlrm
namespaces.rst47760644editdlrm
seeding.rst64510644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/robmorgan/phinx/docs/en/install.rst (693B)
.. index:: single: Installation Installation ============ Phinx should be installed using Composer, which is a tool for dependency management in PHP. Please visit the `Composer `_ website for more information. .. note:: Phinx requires at least PHP 7.2 (or later). To install Phinx, simply require it using Composer: .. code-block:: bash php composer.phar require robmorgan/phinx Create folders in your project following the structure ``db/migrations`` with adequate permissions. It is where your migration files will live and should be writable. Phinx can now be executed from within your project: .. code-block:: bash vendor/bin/phinx init