dywee / order-cms-bundle
Symfony3 bundle for easy management of eshop and order
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-12-22 21:03:16 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