avtonom/creole-full-bundle
最新稳定版本:v1.1.3
Composer 安装命令:
composer require avtonom/creole-full-bundle
包简介
Bundle for Symfony for creole markdown Wiki parser for PHP from softark/creole
README 文档
README
Bundle for Symfony for creole markdown Wiki parser for PHP from softark/creole https://github.com/softark/creole#readme
Installation
Retrieve the bundle with composer:
.. code-block:: sh
php composer.phar require avtonom/creole-full-bundle --no-update
Installation is recommended to be done via [composer][] by running:
composer require avtonom/creole-full-bundle "~1.1"
Alternatively you can add the following to the require section in your composer.json manually:
"avtonom/creole-full-bundle": "~1.1"
Run composer update afterwards.
Register these bundles in your AppKernel:
<?php // app/AppKernel.php public function registerBundles() { return array( // ... new Avtonom\CreoleBundle\AvtonomCreoleBundle(), // ... ); }
todo
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-05