22/04
2014
``` bash $ php composer.phar require cravler/chat-bundle:@dev, (*1)
### Step2: Enable the bundle ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Cravler\ChatBundle\CravlerChatBundle(), ); }
``` yaml // app/config/routing.yml, (*2)
cravler_chat: resource: "@CravlerChatBundle/Resources/config/routing.xml" prefix: /chat, (*3)
## License This bundle is under the MIT license. See the complete license in the bundle:
LICENSE ```, (*4)