Textile-Parser-Plugin:在 PhileCMS 的内容中使用 Textile 解析器

时间:2024-07-24 10:23:41
【文件属性】:

文件名称:Textile-Parser-Plugin:在 PhileCMS 的内容中使用 Textile 解析器

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-24 10:23:41

PHP

纺织解析器插件 用解析器替换的默认解析器 (Markdown)。 一、安装 安装 1.1 安装(作曲家) php composer.phar require phile/textile:* 1.2 安装(下载) 将这个 repo 克隆到plugins/phile/textile 2. 激活 安装插件后。 您需要config.php下行添加到您的config.php文件中: $ config [ 'plugins' ][ 'phile\\textile' ] = array ( 'active' => true ); 然后将 Textile 依赖项添加到您的 composer.json 文件中: { " require " : { " twig/twig " : " 1.14.* " , " michelf/php-markdown " : " 1.3 "


【文件预览】:
Textile-Parser-Plugin-master
----composer.json(671B)
----config.php(45B)
----Icon.png(4KB)
----LICENSE(1KB)
----.gitignore(12B)
----index.textile(9KB)
----README.md(2KB)
----Classes()
--------Parser.php(589B)
--------Plugin.php(707B)

网友评论