Installation
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.
Otherwise you have to download .phar file.
Adding Required Bundles to The Kernel
You need to enable the bundle and its dependencies in the kernel:
config/bundles.php
Configure your mapping paths for your resources
config/packages/sylius_resource.yaml
Configure the routing
config/routes.yaml
That's it! Now you can configure your first resource.
Last updated