dywee / order-cms-bundle
Symfony3 bundle for easy management of eshop and order
Package info
github.com/olix21/order-cms-bundle
Type:symfony-bundle
pkg:composer/dywee/order-cms-bundle
dev-master / 1.0.x-dev
2021-03-22 12:28 UTC
Requires
- php: >=7.4|^8.0
- dywee/order-bundle: *
- stof/doctrine-extensions-bundle: ^1.5
- vich/uploader-bundle: ^1.16
This package is auto-updated.
Last update: 2026-02-22 23:24:57 UTC
README
this README is currently in progress. Thank you for your understanding...
Designed to work fine with the DyweeCoreBundle providing great administration features
##Installing
just run
$ composer require dywee/order-cms-bundle
add the bundle to the kernel
new Dywee\OrderCMSBundle\DyweeOrderCMSBundle(),
add the routing informations
dywee_order_cms: resource: "@DyweeOrderCMSBundle/Controller" type: annotation prefix: /
no more configuration needed