cravler / chat-bundle
Package info
github.com/cravler/CravlerChatBundle
Language:CSS
Type:symfony-bundle
pkg:composer/cravler/chat-bundle
dev-master
2014-04-22 11:54 UTC
Requires
- php: >=5.4.0
- cravler/remote-bundle: dev-master
- symfony/framework-bundle: ~2.3
This package is auto-updated.
Last update: 2026-03-06 13:10:36 UTC
README
Installation
Step 1: update your vendors by running
$ php composer.phar require cravler/chat-bundle:@dev
Step2: Enable the bundle
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Cravler\ChatBundle\CravlerChatBundle(), ); }
Step3: Routing
// app/config/routing.yml cravler_chat: resource: "@CravlerChatBundle/Resources/config/routing.xml" prefix: /chat
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE