mop / hugbearbundle
Free Hugs
Installs: 951
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/framework-bundle: >=2.1
- symfony/web-profiler-bundle: >=2.1
Requires (Dev)
- mockery/mockery: 0.8.*
This package is auto-updated.
Last update: 2025-03-21 21:05:19 UTC
README
This is a little gimmick i wrote. It adds hugbears to your Symfony2 project!
To get an idea of what it is doing:
Installation
1. Install using composer
composer.json:
{ "require": { "mop/hugbearbundle": "*" } }
$ 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).
<?php // app/AppKernel.php public function registerBundles() { // ... if (in_array($this->getEnvironment(), array('dev', 'test'))) { // ... $bundles[] = new Mop\HugbearBundle\MopHugbearBundle(); // ... } // .. }
3. Install assets
$ 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!