netgen/admin-ui-sylius-bundle

Netgen Admin UI Sylius Bundle integrates Sylius into Netgen Admin UI

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 6

Forks: 1

Open Issues: 0

Language:CSS

pkg:composer/netgen/admin-ui-sylius-bundle

2.0.0 2017-06-02 21:06 UTC

This package is auto-updated.

Last update: 2025-09-24 22:47:51 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!