2017 © Pedro Peláez
 

symfony-bundle report-bundle

Bundle to show statistics over a project ecommerce with sylius

image

opositatest/report-bundle

Bundle to show statistics over a project ecommerce with sylius

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

OposReportBundle

Bundle to show statistics over a project ecommerce with Sylius., (*1)

Installation

Step 1: Install Sylius 1.0

``` bash $ wget http://getcomposer.org/composer.phar $ php composer.phar create-project sylius/sylius-standard path/to/install $ cd path/to/install $ php app/console sylius:install, (*2)


### Step 2: Install the bundle via composer Add manually the following line to the `composer.json` file: ``` json { "require": { // ... "opositatest/report-bundle": "^1.0" } }

Step 3: Enable the bundle

Enable the bundles in the kernel:, (*3)

``` php <?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ... new \Sylius\Bundle\ReportBundle\SyliusReportBundle(), new \Opos\Bundle\ReportBundle\OposReportBundle(), ); }, (*5)


### Step 4: Import routing Add the routes on app/config/routing.yml: ``` php sylius_admin_report: resource: "@SyliusReportBundle/Resources/config/routing.yml" prefix: /admin

Now, go to the Report menu in the admin and you can choose some news Data Fetchers., (*6)

MIT License

License can be found here., (*7)

Authors

The bundle was originally created by Odiseo Team for OpositaTest., (*8)

The Versions

18/09 2017

dev-master

9999999-dev http://opositatest.com

Bundle to show statistics over a project ecommerce with sylius

  Sources   Download

MIT

The Requires

 

The Development Requires

statistics symfony ecommerce sylius report opositatest

18/09 2017

v1.0.0

1.0.0.0 http://opositatest.com

Bundle to show statistics over a project ecommerce with sylius

  Sources   Download

MIT

The Requires

 

The Development Requires

statistics symfony ecommerce sylius report opositatest

07/09 2017

dev-develop

dev-develop http://opositatest.com

Bundle to show statistics over a project ecommerce with sylius

  Sources   Download

MIT

The Requires

 

The Development Requires

statistics symfony ecommerce sylius report opositatest