mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
25 lines
757 B
ReStructuredText
25 lines
757 B
ReStructuredText
.. rst-class:: outdated
|
|
|
|
Installation
|
|
============
|
|
|
|
.. danger::
|
|
|
|
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
|
|
You can help us making documentation up to date via Sylius Github. Thank you!
|
|
|
|
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/grid
|
|
|
|
Otherwise you have to download .phar file.
|
|
|
|
.. code-block:: bash
|
|
|
|
curl -sS https://getcomposer.org/installer | php
|
|
php composer.phar require sylius/grid
|