02/03
                                    2016
                                
                            
                         Wallogit.com
                    
                    2017 © Pedro PelĂĄez
                         Wallogit.com
                    
                    2017 © Pedro PelĂĄez
                    
                    
                    
                    
                
                
            
Symfony Common bundle for HOB
To install this bundle, run the command below and you will get the latest version., (*2)
``` bash composer require hob/token-bundle, (*3)
To use the newest (maybe unstable) version please add following into your composer.json: ``` json { "require": { "hob/token-bundle": "dev-master" } }
Load bundle in AppKernel.php: ``` php new HOB\TokenBundle\HOBTokenBundle(), (*4)
Configuration in config.yml: ``` yaml token_bundle: required: true