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 78 forks source link

Store form data #342

Closed ryanmitchell closed 3 months ago

ryanmitchell commented 3 months ago

This PR adds support for storing form data from extra config which was added to core in https://github.com/statamic/cms/pull/8491

Closes https://github.com/statamic/eloquent-driver/issues/341