oliverde8/comfy-sylius-admin-bundle

Add interfaces to edit comfy configurations in sylius admin.

1.0.0-alpha2 2022-10-06 12:00 UTC

This package is auto-updated.

Last update: 2024-04-06 15:05:55 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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';