Skip to content

oliverde8/ComfySyliusAdminBundle

Repository files navigation

Comfy Sylius Admin Bundle

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

About

Bundle to add admin interfaces to use Comfy with Sylius

Resources

Stars

Watchers

Forks

Packages

No packages published