kozmozio/kirby-coming-soon
Composer 安装命令:
composer require kozmozio/kirby-coming-soon
包简介
A Kirby CMS plugin that provides coming soon/maintenance mode functionality
README 文档
README
A Kirby CMS plugin that provides coming soon/maintenance mode functionality, hiding the website from non-logged-in users when enabled.
Installation
Manual Installation
Download and copy this repository to /site/plugins/kirby-coming-soon.
Composer
composer require kozmozio/kirby-coming-soon
Configuration
Config File
Add the following to your site/config/config.php:
'kozmozio.coming.soon' => [ 'enabled' => true, 'ignore' => [], 'title' => 'Coming Soon', 'description' => 'This website is currently under maintenance and will be back online soon.', 'redirect_url' => false ]
Options
| Option | Type | Default | Description |
|---|---|---|---|
enabled |
bool |
false |
Enable/disable coming soon mode |
ignore |
array |
[] |
Paths to ignore (always accessible) |
title |
string |
'Coming Soon' |
Title displayed on the coming soon page |
description |
string |
'This website is...' |
Description/message displayed to visitors |
redirect_url |
string|false |
false |
Redirect visitors to this URL instead |
Panel Configuration
You can also configure the plugin via the Kirby Panel by extending your site blueprint:
# site/blueprints/site.yml tabs: comingsoon: extends: kozmoz/comingsoon
This adds a "Coming Soon" tab to your site settings with fields for:
- Enable/disable toggle
- Redirect URL
- Title
- Description (rich text)
Activation Methods
The plugin can be activated in several ways:
- Config option: Set
'enabled' => truein config - Panel toggle: Enable via the Panel UI
- File-based: Create a
.comingsoonfile in your site root - Global option: Set
'maintenance' => truein config
Ignored Paths
By default, these paths are always accessible:
assetsapimediapanel
Add custom paths via the ignore option.
Logged-in Users
Logged-in users (via Kirby Panel) can always access the full website, even when coming soon mode is enabled.
License
MIT
Author
Kozmozio - https://kozmoz.io
kozmozio/kirby-coming-soon 适用场景与选型建议
kozmozio/kirby-coming-soon 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 12 次下载、GitHub Stars 达 4, 最近一次更新时间为 2026 年 04 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 kozmozio/kirby-coming-soon 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kozmozio/kirby-coming-soon 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 40
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-22
