statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
31 stars 1 forks source link

[Feature request] Add database driver for collection trees #979

Closed jorisvan-ons closed 1 year ago

jorisvan-ons commented 1 year ago

It would be nice if we had an option to store collection trees in the database. Even better woud be if there are no trees needed at all and the structure is based on the "parent" and "column" properties of the entry.

ryanmitchell commented 1 year ago

Have you seen https://github.com/statamic/eloquent-driver ? It lets you store collection trees (among others) in your database.