Provide custom content providers

v1.0.0 2021-01-19 11:25 UTC

This package is not auto-updated.

Last update: 2024-09-26 03:46:23 UTC


README

Statamic 3.0+ Latest Version on Packagist

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.