octopouce-mu / shop-bundle
Shop bundle
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1.3
- greg0ire/enum: ^4.0
- guzzlehttp/guzzle: ^6.3
- jms/payment-core-bundle: ^1.4
- jms/payment-paypal-bundle: ^1.2
- knplabs/knp-snappy-bundle: ^1.6
- liip/imagine-bundle: ^2.1
- octopouce-mu/admin-bundle: dev-master
- symfony/framework-bundle: ^4.0
- vich/uploader-bundle: ^1.8
This package is auto-updated.
Last update: 2025-03-29 00:42:23 UTC
README
Introduction
This Symfony bundle offers a manage website Shop.
Prerequisites
This version of the bundle requires Symfony Flex.
##Installation
Step 1: Download ShopBundle using composer
This library is available on Packagist.
composer require octopouce-mu/shop-bundle
Composer will install the bundle to your project's vendor/
directory.
Step 3: Setting AdminBundle
You go to the documentation OctopouceAdminBundle.
Step 4: Import Octopouce Shop routing file
Now that you have activated and configured the bundle, all that is left to do is import the routing files.
# config/routes/octopouce.yaml _octopouce_shop: resource: "@OctopouceShopBundle/Resources/config/routing.yaml"
Step 5: Publish the Assets
Now that you have activated and configured the bundle, all that is left to do is import the routing files.
php bin/console assets:install --symlink