netgardeners / chesta
Provide custom content providers
v1.0.0
2021-01-19 11:25 UTC
Requires
- statamic/cms: ^3.0
This package is not auto-updated.
Last update: 2025-04-24 06:16:17 UTC
README
Chesta
This addon will make it easy to add a custom content provider for arbitrary collections.
Installation
Step 1
Pull in your package with composer
composer require netgardeners/chesta
Step 2
Create a custom child store by extending the Cyberhouse\Chesta\AbstractEntriesStore
class.
Step 3
Publish the chesta config ...
php artisan vendor:publish --provider="Cyberhouse\Chesta\ServiceProvider" --force
... and add a mapping for the collection and the custom child store.