2017 © Pedro Peláez
 

symfony-bundle hugbearbundle

Free Hugs

image

mop/hugbearbundle

Free Hugs

  • Wednesday, November 20, 2013
  • by m0ppers
  • Repository
  • 2 Watchers
  • 4 Stars
  • 945 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MopHugbearBundle

This is a little gimmick i wrote. It adds hugbears to your Symfony2 project!, (*1)

To get an idea of what it is doing:, (*2)

My image, (*3)

Build Status, (*4)

Installation

1. Install using composer

composer.json:, (*5)

``` js { "require": { "mop/hugbearbundle": "*" } }, (*6)


``` bash $ php composer.phar update mop/hugbearbundle

2. Enable the bundle

Preferably you add the bundle to your development environment. Otherwise the listener will add the bears even in the production environment (they won't activate though)., (*7)

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

public function registerBundles() { // ... if (in_array($this->getEnvironment(), array('dev', 'test'))) { // ... $bundles[] = new Mop\HugbearBundle\MopHugbearBundle(); // ... } // .. }, (*9)


### 3. Install assets ``` bash $ php app/console assets:install

4. Enjoy!

Open your application in the development environment. A hugbear should appear in your profilerbar. Click it and enjoy!, (*10)

The Versions

20/11 2013

dev-master

9999999-dev

Free Hugs

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Streichardt

27/09 2012

2.0.x-dev

2.0.9999999.9999999-dev

Free Hugs

  Sources   Download

MIT

The Requires

 

by Andreas Streichardt