rkw/rkw-basics
Composer 安装命令:
composer require rkw/rkw-basics
包简介
Basic functions
关键字:
README 文档
README
1. Features
Detailed description coming soon...
2. Breaking Changes
In version >= 8.7.20
-
Moved field tx_rkwbasics_teaser_image to resources-tab in page properties. Please adapt your permission settings in BE accordingly.
-
Removed field tx_rkwbasics_teaser_text. Use the UpdateWizard via InstallTool to migrate existing contents to the abstract field.
-
Removed field tx_rkwbasics_article_video. Use the UpdateWizard via InstallTool to migrate existing contents to the media field. Linked YouTube links will be automatically migrated to ResourceFiles.
-
Removed field tx_rkwbasics_infomation. This field is removed without replacement.
3. Update to v9.5
- Execute this via database BEFORE doing any updates on the database:
RENAME TABLE `tx_rkwbasics_domain_model_mediasources` TO `tx_coreextended_domain_model_mediasources`;
- Execute this via database BEFORE removing unused fields:
UPDATE pages SET tx_accelerator_proxy_caching = tx_rkwbasics_proxy_caching;
UPDATE pages SET tx_coreextended_alternative_title = tx_rkwbasics_alternative_title;
UPDATE pages SET tx_coreextended_fe_layout_next_level = tx_rkwbasics_fe_layout_next_level;
UPDATE pages SET no_index = tx_rkwbasics_no_index;
UPDATE pages SET no_follow = tx_rkwbasics_no_follow;
UPDATE pages SET tx_coreextended_preview_image = tx_rkwbasics_teaser_image;
UPDATE pages SET tx_coreextended_file = tx_rkwbasics_file;
UPDATE pages SET tx_coreextended_cover = tx_rkwbasics_cover;
UPDATE pages SET tx_coreextended_images_no_copyright = tx_rkwbasics_images_no_copyright;
UPDATE sys_file_reference SET fieldname = 'txCoreextendedPreviewImage' WHERE fieldname = 'txRkwbasicsTeaserImage';
UPDATE sys_file_reference SET fieldname = 'txCoreextendedFile' WHERE fieldname = 'txRkwbasicsFile';
UPDATE sys_file_reference SET fieldname = 'txCoreextendedCover' WHERE fieldname = 'txRkwbasicsCover';
UPDATE sys_file_metadata SET tx_coreextended_source = tx_rkwbasics_source;
UPDATE sys_file_metadata SET tx_coreextended_publisher = tx_rkwbasics_publisher;
UPDATE tt_content SET list_type = "coreextended_mediasources" WHERE list_type = "rkwbasics_rkwmediasources";
rkw/rkw-basics 适用场景与选型建议
rkw/rkw-basics 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 541 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 11 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「TYPO3 CMS」 「RKW」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 rkw/rkw-basics 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 rkw/rkw-basics 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 rkw/rkw-basics 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
Supercharged text field validation.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
An interactive tour through the TYPO3 backend.
Integrate with Snipcart.
统计信息
- 总下载量: 541
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 16
- 推荐数: 1
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2018-11-28