superinteractive/statamic-super-admin-toolbar
Composer 安装命令:
composer require superinteractive/statamic-super-admin-toolbar
包简介
Super Admin Toolbar addon for Statamic 6.
README 文档
README
Super Admin Toolbar
A powerful admin toolbar for Statamic 6 that enhances content management workflow for editors and copywriters. It provides quick access to editing tools, SEO settings, and site management directly from your frontend. Perfect for those coming from WordPress and missing the admin bar!
Features
- Admin Toolbar: Displays a toolbar for quick administrative actions when a user with
access cpis signed in. - Quick Edit Links: Easily edit the current entry or quickly create a new entry in the same collection.
- Site Switcher: Seamlessly switch between multi-sites right from the toolbar.
- Static Cache Compatible: Works seamlessly with both full and half measure static caching approaches.
- SEO Pro Integration: Convenient shortcuts to SEO Pro settings for optimizing your content.
Compatibility
| Addon Version | Statamic Version | Laravel | PHP |
|---|---|---|---|
| ^2.0.0 | 6.x | 12.x | 8.3+ |
| ^1.0.0 | 5.x | 11.x | 8.2+ |
Installation
Require the addon via Composer:
composer require superinteractive/statamic-super-admin-toolbar
Ensure your layout contains the CSRF token meta tag:
Antlers:
<meta name="csrf-token" content="{{ csrf_token }}">
Blade:
<meta name="csrf-token" content="{{ csrf_token() }}">
Finally, include the toolbar in your layout file — ideally before the closing </head> tag:
Antlers:
{{ super_admin_toolbar }}
Blade:
@superAdminToolbar
Usage
Once installed, the Super Admin Toolbar automatically loads for users with the access cp permission. The toolbar is dynamically injected using JavaScript, ensuring compatibility with Statamic's full and half measure static caching.
Supported Addons
The Super Admin Toolbar integrates with the following Statamic addons:
- SEO Pro: Quick access to SEO settings directly from the toolbar when viewing content on your site.
Support
For issues or feature requests, please visit the GitHub issues page.
License
The MIT License (MIT). Please see the License File for more information.
superinteractive/statamic-super-admin-toolbar 适用场景与选型建议
superinteractive/statamic-super-admin-toolbar 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2025 年 04 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 superinteractive/statamic-super-admin-toolbar 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 superinteractive/statamic-super-admin-toolbar 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-09
