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: 2024-09-06 09:49:54 UTC
README
安装
步骤 1:运行以下命令更新你的供应商
$ php composer.phar require cravler/chat-bundle:@dev
步骤2:启用该组件
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Cravler\ChatBundle\CravlerChatBundle(), ); }
步骤3:路由配置
// app/config/routing.yml cravler_chat: resource: "@CravlerChatBundle/Resources/config/routing.xml" prefix: /chat
许可协议
本组件采用MIT许可协议。请参阅组件中的完整许可协议。
LICENSE