2017 © Pedro Peláez
 

symfony-bundle chat-bundle

image

cravler/chat-bundle

  • Tuesday, April 22, 2014
  • by cravler
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CravlerChatBundle

Installation

Step 1: update your vendors by running

``` 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(), ); }

Step3: Routing

``` 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)

The Versions

22/04 2014

dev-master

9999999-dev

  Sources   Download

MIT

The Requires