dywee/order-bundle

Symfony3 bundle for easy management of order in e-commerce

Installs: 88

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 2

Type:symfony-bundle

dev-master / 1.0.x-dev 2021-03-22 12:28 UTC

This package is auto-updated.

Last update: 2024-04-25 14:55:54 UTC


README

##Installing

just run

$ composer require dywee/core-bundle

add the bundle to the kernel

new Dywee\OrderBundle\DyweeOrderBundle(),

This bundle comes with a little configuration

parameters:
  order_bundle.is_price_ttc: true
  order_bundle.sell_type: both  #buy|rent|both
  order_bundle.order_connexion_permission: anon  #anon|registered|both

This bundle has a few dependencies, be sure to include "knplabs/knp-paginator-bundle" in your project