monsieurbiz / sylius-better-admin-plugin
Manage your logos, colors and backgrounds with settings in Sylius Admin pannel
Installs: 3 885
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:sylius-plugin
Requires
- php: ^8.1
- monsieurbiz/sylius-media-manager-plugin: ^1.0
- monsieurbiz/sylius-settings-plugin: ^1.0
- sylius/sylius: >=1.12 <2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.16
- phpmd/phpmd: ^2.15
- phpspec/phpspec: ^7.0
- phpstan/phpstan: ^1.8.4
- phpstan/phpstan-doctrine: ^1.3.2
- phpstan/phpstan-webmozart-assert: ^1.1
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-03-02 10:50:30 UTC
README
This plugins allows you to customize colors, logos and background of the Sylius Admin Panel.
Compatibility
Sylius Version | PHP Version |
---|---|
1.12 | 8.1 - 8.2 - 8.3 |
1.13 | 8.1 - 8.2 - 8.3 |
1.14 | 8.1 - 8.2 - 8.3 |
Installation
If you want to use our recipes, you can configure your composer.json by running:
composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
composer require monsieurbiz/sylius-better-admin-plugin
You can copy the templates to customize the display of the admin panel:
mkdir -p templates/bundles/;
cp -Rv vendor/monsieurbiz/sylius-better-admin-plugin/src/Resources/views/SyliusUiBundle templates/bundles/;
cp -Rv vendor/monsieurbiz/sylius-better-admin-plugin/src/Resources/views/SyliusAdminBundle templates/bundles/;
Admin form
License
This plugin is under the MIT license. Please see the LICENSE file for more information.