Installation
composer require sylius/grid-bundlecurl -sS https://getcomposer.org/installer | php
php composer.phar require sylius/grid-bundleAdding required bundles to the kernel
<?php
return [
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],
];Last updated
Was this helpful?