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
108 stars 76 forks source link

Add originBehavior to collection #83

Closed ryanmitchell closed 2 years ago

ryanmitchell commented 2 years ago

Once https://github.com/statamic/cms/pull/6983 is merged and released this will need added to eloquent.

Before merge we should also update the minimum Statamic core version in composer.json

what-the-diff[bot] commented 2 years ago
jasonvarga commented 2 years ago

I've updated the code and composer requirement. Once I tag cms I'll re-run the tests here and it should pass.

ryanmitchell commented 2 years ago

Thanks!