xlabs/emojixbundle
Composer 安装命令:
composer require xlabs/emojixbundle
包简介
Emojix
关键字:
README 文档
README
Install through composer:
php -d memory_limit=-1 composer.phar require xlabs/emojixbundle
In your AppKernel
public function registerbundles()
{
return [
...
...
new XLabs\EmojixBundle\XLabsEmojixBundle(),
];
}
Routing
Append to main routing file:
# app/config/routing.yml
x_labs_emojix:
resource: "@XLabsEmojixBundle/Resources/config/routing.yml"
prefix: /
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-16