steadfast-collective / statamic-feedbucket
Statamic Addon that integrates Feedbucket into Statamic.
Requires
- spatie/laravel-ray: ^1.40
- statamic/cms: ^5.0
Requires (Dev)
- orchestra/testbench: ^9.0
This package is not auto-updated.
Last update: 2025-08-15 09:55:32 UTC
README
Integrates Feedbucket into Statamic in two ways:
-
Frontend (via partial)
-
CP
How to Install
You can install this addon via Composer:
composer require steadfast-collective/statamic-feedbucket
This addon creates a "Feedbucket" global, fieldset and blueprint on install. If the global already exists, it will not be created.
If a fieldset with the handle
global_feedbucket
already exists, it will be skipped.
If a global blueprint with the handle
feedbucket
already exists, it will be skipped.
Optionally, publish the config file php artisan vendor:publish --tag="statamic-feedbucket-config"
(this is only relevant if you're wanting to use Feedbucket within the CP).
Enabling
Front end
Add the following to your base layout's head
, to enable feedbucket for your frontend:
{{ partial:statamic-feedbucket::snippets/frontend_script }}
Statamic CP
Within the config/statamic-feedbucket.php
config file, there is an cms_routes
array of route names that Feedbucket will be enabled on. We've added some sensible defaults, but you can change them to suit your needs.
Please do not use wildcard routes in this array. It is not supported.