dd/evolutioncms-plugins-ddrunsnippets
最新稳定版本:1.1.2
Composer 安装命令:
composer require dd/evolutioncms-plugins-ddrunsnippets
包简介
A plugin for (MODX)EvolutionCMS.snippets.ddRunSnippets.
关键字:
README 文档
README
A plugin for (MODX)EvolutionCMS.snippets.ddRunSnippets.
Requires
- PHP >= 7.4
- (MODX)EvolutionCMS >= 1.4
- (MODX)EvolutionCMS.libraries.ddTools >= 0.63
- (MODX)EvolutionCMS.snippets.ddRunSnippets >= 4.2.1
Installation
Using (MODX)EvolutionCMS.libraries.ddInstaller
Just run the following PHP code in your sources or Console:
//Include (MODX)EvolutionCMS.libraries.ddInstaller require_once( $modx->getConfig('base_path') . 'assets/libs/ddInstaller/require.php' ); //Install (MODX)EvolutionCMS.plugins.ddRunSnippets \DDInstaller::install([ 'url' => 'https://github.com/DivanDesign/EvolutionCMS.plugins.ddRunSnippets', 'type' => 'plugin', ]);
- If
ddRunSnippetsis not exist on your site,ddInstallerwill just install it. - If
ddRunSnippetsis already exist on your site,ddInstallerwill check it version and update it if needed.
Manually
Elements → Plugins: Create a new snippet with the following data
- Plugin name:
ddRunSnippets. - Description:
<b>1.1.2</b> A plugin for (MODX)EvolutionCMS.snippets.ddRunSnippets.. - Category:
Core. - Parse DocBlock:
no. - Plugin code (php): Insert content of the
ddRunSnippets_plugin.phpfile from the archive. - System events:
OnCacheUpdate.OnDocFormDelete.OnDocFormSave.
Links
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-05-03