$ php composer.phar require cravler/chat-bundle:@dev
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Cravler\ChatBundle\CravlerChatBundle(),
);
}
// app/config/routing.yml
cravler_chat:
resource: "@CravlerChatBundle/Resources/config/routing.xml"
prefix: /chat
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
How can I help you explore Laravel packages today?