eloquent-driver icon indicating copy to clipboard operation
eloquent-driver copied to clipboard

Provides support for storing your Statamic data in a database, rather than flat files.

Results 60 eloquent-driver issues
Sort by recently updated
recently updated
newest added

I just installed this package, ran the migrations and get the error `Class name must be a valid object or a string` when accessing the CP or any Collection in...

bug

- When editing the slug of a parent to a set of mounted entries, child uris are not updated - When editing the tree nesting of a parent to a...

bug

While clearing the content stache from the Statamic control panel, I am getting a `Trying to get property 'origin' of non-object` error. Not sure what is going wrong or why,...

As the title says. Ironically enough, the migration does not make the first id column unique, which means multiple entries could exist with the same Uuid. In most cases, that...

The driver allows to specify a different `EntryModel` in `config/statamic-eloquent-driver.php` by setting `entries.model`. ![image](https://user-images.githubusercontent.com/9417412/138111297-b983a70a-c799-4d24-bb63-acfa77cdf1e7.png) However, the `CollectionRepository` is currently hardcoded to use the shipped EntryModel: ![image](https://user-images.githubusercontent.com/9417412/138111440-04bf59c0-d3a8-489b-8e83-df7ce5ba63d3.png) This leads to errors...

When I use the "Create Child Entry" option to create a new entry with a particular parent the parent does not seem to be valid. ![image](https://user-images.githubusercontent.com/20814747/108509785-fb928100-72bd-11eb-8093-3edaa61be207.png) ![image](https://user-images.githubusercontent.com/20814747/108509810-064d1600-72be-11eb-95b3-25e5ce9cb0b0.png) When I convert...

bug

Got this error after installing it to an existing site. https://flareapp.io/share/KPgnE8gm Migration went ok. I can see the entries in the database. This is my statamic-eloquent-drive.php config: ``` return [...

bug
can't recreate

## Bug Description If you try to select just specific fields (exactly as described [in the documentation](https://statamic.dev/content-api#selecting-fields)), nothing happens or an error will be thrown. ## How to Reproduce ###...

bug

Hi! I noticed there's no mention of licence in this package. Could anyone let me know what if any, the licence is? Many thanks!

question

Everything works fine with the CP where you can add/edit entries. In the front index and show works fine. Single taxonomy pages are also working as normal. Than you insert...

bug