https://github.com/netgen/netgenadminuisyliusbundle
This bundle integrates Sylius into Netgen Admin UI
https://github.com/netgen/netgenadminuisyliusbundle
admin-ui administration ezplatform sylius
Last synced: 11 months ago
JSON representation
This bundle integrates Sylius into Netgen Admin UI
- Host: GitHub
- URL: https://github.com/netgen/netgenadminuisyliusbundle
- Owner: netgen
- License: gpl-2.0
- Created: 2017-06-02T20:29:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T10:31:57.000Z (over 6 years ago)
- Last Synced: 2025-03-25T10:21:30.704Z (12 months ago)
- Topics: admin-ui, administration, ezplatform, sylius
- Language: CSS
- Homepage: https://netgen.io
- Size: 70.3 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netgen Admin UI Sylius Bundle
[](https://travis-ci.org/netgen/NetgenAdminUISyliusBundle)
[](https://codecov.io/gh/netgen/NetgenAdminUISyliusBundle)
[](https://scrutinizer-ci.com/g/netgen/NetgenAdminUISyliusBundle)
[](https://packagist.org/packages/netgen/admin-ui-sylius-bundle/stats)
[](https://github.com/netgen/NetgenAdminUISyliusBundle/releases)
[](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:
```bash
$ composer require netgen/admin-ui-sylius-bundle:^2.0
```
Activate the bundle inside the kernel:
```php
$bundles[] = new Netgen\Bundle\AdminUISyliusBundle\NetgenAdminUISyliusBundle();
```
Install bundle assets:
```bash
$ php app/console assets:install --symlink --relative
```
and that's it!