定制 dd/evolutioncms-plugins-ddrunsnippets 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

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

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 ddRunSnippets is not exist on your site, ddInstaller will just install it.
  • If ddRunSnippets is already exist on your site, ddInstaller will check it version and update it if needed.

Manually

Elements → Plugins: Create a new snippet with the following data

  1. Plugin name: ddRunSnippets.
  2. Description: <b>1.1.2</b> A plugin for (MODX)EvolutionCMS.snippets.ddRunSnippets..
  3. Category: Core.
  4. Parse DocBlock: no.
  5. Plugin code (php): Insert content of the ddRunSnippets_plugin.php file from the archive.
  6. System events:
    1. OnCacheUpdate.
    2. OnDocFormDelete.
    3. OnDocFormSave.

Links

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-05-03