avtonom / creole-full-bundle

由 softark/creole 开发的 creole markdown Wiki 解析器 PHP 包的 Symfony 扩展包

安装: 18

依赖项: 0

建议者: 0

安全: 0

星星: 2

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

v1.1.3 2015-10-05 01:04 UTC

This package is not auto-updated.

Last update: 2024-09-18 17:37:46 UTC


README

由 softark/creole 开发的 creole markdown Wiki 解析器 PHP 包的 Symfony 扩展包 https://github.com/softark/creole#readme

安装

使用 composer 获取扩展包

.. 代码块 :: sh

php composer.phar require avtonom/creole-full-bundle --no-update

建议通过 [composer][] 运行来安装

composer require avtonom/creole-full-bundle "~1.1"

或者,您可以手动将以下内容添加到您的 composer.json 文件的 require 部分

"avtonom/creole-full-bundle": "~1.1"

之后运行 composer update

在您的 AppKernel 中注册这些扩展包

  <?php
  // app/AppKernel.php
  public function registerBundles()
  {
      return array(
          // ...
          new Avtonom\CreoleBundle\AvtonomCreoleBundle(),
          // ...
      );
  }

待办事项