avtonom/creole-full-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-05