mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
18 lines
534 B
ReStructuredText
18 lines
534 B
ReStructuredText
Installation
|
|
============
|
|
|
|
We assume you're familiar with `Composer <http://packagist.org>`_, a dependency manager for PHP.
|
|
Use following command to add the component to your `composer.json` and download package.
|
|
|
|
If you have `Composer installed globally <http://getcomposer.org/doc/00-intro.md#globally>`_.
|
|
|
|
.. code-block:: bash
|
|
|
|
composer require sylius/resource
|
|
|
|
Otherwise you have to download .phar file.
|
|
|
|
.. code-block:: bash
|
|
|
|
curl -sS https://getcomposer.org/installer | php
|
|
php composer.phar require sylius/resource
|