oliverde8 / comfy-sylius-admin-bundle
Add interfaces to edit comfy configurations in sylius admin.
Package info
github.com/oliverde8/ComfySyliusAdminBundle
pkg:composer/oliverde8/comfy-sylius-admin-bundle
1.0.0-alpha2
2022-10-06 12:00 UTC
Requires
- php: >=8.0
- oliverde8/comfy-bundle: ^1.2
- sylius/admin-bundle: ^1.11
This package is auto-updated.
Last update: 2026-03-06 19:14:33 UTC
README
This bundle adds the edition interface to stripe so that admins can configure their site using comfy bundle.
Check Comfy bundles documentation here
Requirements
Install
- Add the Sylius UI configuration in your application (
config/packages/comfy_sylius_admin.yml)
imports:
- { resource: "@oliverde8ComfySyliusAdminBundle/Resources/config/sylius_ui.yml" }
- Add the Routes in your application (
config/routes/comfy_sylius_admin.yml)
comfy_bundle:
resource: '@oliverde8ComfySyliusAdminBundle/Controller'
type: annotation
prefix: /admin
- Migration
Add the comfy configuration table using the migration feature.
- Add JS and CSS to Admin
assets/admin/entry.js
import '../../bundles/oliverde8/ComfySyliusAdminBundle/Resources/private/entry';