putyourlightson/craft-sprig-core
Composer 安装命令:
composer require putyourlightson/craft-sprig-core
包简介
A reactive Twig component framework for Craft.
README 文档
README
Sprig Core Module for Craft CMS
This module provides the core functionality for the Sprig plugin, a reactive Twig component framework for Craft CMS. If you are developing a Craft plugin/module and would like to use Sprig in the control panel, then you can require this package to give you its functionality, without requiring that the site has the Sprig plugin installed.
First require the package in your plugin/module’s composer.json file.
{
"require": {
"putyourlightson/craft-sprig-core": "^2.0"
}
}
Then bootstrap the module from within your plugin/module’s init method.
use craft\base\Plugin; use putyourlightson\sprig\Sprig; class MyPlugin extends Plugin { public function init() { parent::init(); Sprig::bootstrap(); } }
Then use the Sprig function and tags as normal in your control panel templates.
{{ sprig('_components/search') }}
If your plugin/module registers an asset bundle that depends on htmx being loaded, ensure that you specify the HtmxAssetBundle class as a dependency.
use craft\web\AssetBundle; use putyourlightson\sprig\assets\HtmxAssetBundle; class MyAssetBundle extends AssetBundle { public $depends = [ HtmxAssetBundle::class, ]; }
Sprig plugin issues should be reported to https://github.com/putyourlightson/craft-sprig/issues
The Sprig plugin changelog is at https://github.com/putyourlightson/craft-sprig/blob/develop/CHANGELOG.md
Documentation
Learn more and read the documentation at putyourlightson.com/plugins/sprig »
To see working examples and video tutorials, visit the learning resources.
License
This package is licensed for free under the MIT License.
Requirements
This module requires Craft CMS 3.1.19 or later, or 4.0.0 or later, or 5.0.0 or later.
Installation
Install this package via composer.
composer require putyourlightson/craft-sprig-core
Created by PutYourLightsOn.
putyourlightson/craft-sprig-core 适用场景与选型建议
putyourlightson/craft-sprig-core 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 357.69k 次下载、GitHub Stars 达 4, 最近一次更新时间为 2021 年 09 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 putyourlightson/craft-sprig-core 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 putyourlightson/craft-sprig-core 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 357.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 23
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2021-09-27