Your IP : 3.147.64.131


Current Path : /home/bitrix/ext_www/dev.klimatlend.ua/local/vendor/robmorgan/phinx/docs/
Upload File :
Current File : /home/bitrix/ext_www/dev.klimatlend.ua/local/vendor/robmorgan/phinx/docs/install.rst

.. index::
   single: Installation

Installation
============

Phinx should be installed using Composer. Composer is a tool for dependency
management in PHP. Please visit the `Composer <https://getcomposer.org/>`_ 
website for more information.

.. note::

    Phinx requires at least PHP 5.3.2 (or later).

To install Phinx, simply require it using Composer:

.. code-block:: bash

    php composer.phar require robmorgan/phinx

Then run Composer:

.. code-block:: bash

    php composer.phar install --no-dev

Create a folder in your project directory called ``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

    php vendor/bin/phinx init