Installation
Last updated
Last updated
We assume you're familiar with , a dependency manager for PHP. Use the following command to add the bundle to your composer.json and download the package.
If you have .
Otherwise, you have to download a .phar file.
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.
Congratulations! The bundle is now installed and ready to use. You need to define your first resource and grid!