First, install the bundle package with composer:
$ php composer.phar require ano/generator-bundle
Next, activate the bundle (and bundle it depends on) into app/AppKernel.php:
<?php
// ...
public function registerBundles()
{
$bundles = array(
//...
new Ano\GeneratorBundle\AnoGeneratorBundle(),
);
// ...
}

How can I help you explore Laravel packages today?