octopouce-mu/shop-bundle

Shop bundle

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2019-04-11 06:21 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:45 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