.. 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 `_, a dependency manager for PHP. Use the following command to add the bundle to your `composer.json` and download the package. If you have `Composer installed globally `_. .. code-block:: bash composer require sylius/product-bundle Otherwise you have to download .phar file. .. code-block:: bash curl -sS https://getcomposer.org/installer | php php composer.phar require sylius/product-bundle Adding required bundles to the kernel ------------------------------------- You need to enable the bundle inside the kernel. If you're not using any other Sylius bundles, you will also need to add `SyliusResourceBundle` and its dependencies to kernel. Don't worry, everything was automatically installed via Composer. .. code-block:: php