trendyminds/janitor
最新稳定版本:1.4.2
Composer 安装命令:
composer require --dev trendyminds/janitor
包简介
Make block organization and presentation a snap!
关键字:
README 文档
README
Make block organization and presentation a snap!
Features
- Organize your blocks alphabetically:
php artisan janitor - Creates screenshot previews for your blocks:
php artisan janitor:previews
Installing
- Run
composer require trendyminds/janitor --dev - Install Puppeteer by running
php artisan janitor:install - Ensure your sets are configured to use the preview folder in
config/statamic/assets.php:
/* |-------------------------------------------------------------------------- | Replicator and Bard Set Preview Images |-------------------------------------------------------------------------- | | Replicator and Bard sets may have preview images to give users a visual | representation of the content within. Here you may specify the asset | container and folder where these preview images are to be stored. | */ 'set_preview_images' => [ 'container' => 'uploads', 'folder' => '_janitor', ],
统计信息
- 总下载量: 104
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-17