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: 7
Forks: 1
Open Issues: 0
Language:CSS
Requires
- netgen/admin-ui-bundle: ^1.0|^2.0
This package is auto-updated.
Last update: 2024-10-24 20:41:33 UTC
README
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!