netgen/admin-ui-sylius-bundle

Netgen Admin UI Sylius Bundle integrates Sylius into Netgen Admin UI

2.0.0 2017-06-02 21:06 UTC

This package is auto-updated.

Last update: 2024-03-24 19:34:27 UTC


README

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!