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 a .phar file.
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.
config/bundles.php
Congratulations! The bundle is now installed and ready to use. You need to define your first resource and grid!
Last updated