eloquent-driver
eloquent-driver copied to clipboard
Provides support for storing your Statamic data in a database, rather than flat files.
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...
- 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...
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`.  However, the `CollectionRepository` is currently hardcoded to use the shipped EntryModel:  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.   When I convert...
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 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 ###...
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!
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...