Skip to content

netgen/NetgenAdminUISyliusBundle

Repository files navigation

Netgen Admin UI Sylius Bundle

Build Status Code Coverage Quality Score Downloads Latest stable License

This bundle integrates Sylius into Netgen Admin UI by adding a menu plugin which loads the complete Sylius admin interface inside the Netgen Admin UI itself.

Installation instructions

Use Composer:

$ composer require netgen/admin-ui-sylius-bundle:^2.0

Activate the bundle inside the kernel:

$bundles[] = new Netgen\Bundle\AdminUISyliusBundle\NetgenAdminUISyliusBundle();

Install bundle assets:

$ php app/console assets:install --symlink --relative

and that's it!