statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 75 forks source link

Add config for asset class to make it easier to to customize #171

Closed ryanmitchell closed 1 year ago

ryanmitchell commented 1 year ago

This PR adds a config option and app binding for the asset class, allowing a different class to be used while using the same asset repository.

Fixes #131