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

Hi, when i use the live preview on a new entry and the entry is not saved, i get the following error. Trying to get property 'origin' of non-object ![Bildschirmfoto...

bug

I opened up this repo locally to check something out, and I had this commit sitting here from ages ago but never pushed up. 😬 Will update this description once...

## Issue Moving an asset into different folder results in a duplicate entry + missing the meta data. ![CleanShot 2022-10-07 at 15 23 31@2x](https://user-images.githubusercontent.com/3373530/194564906-4d54e6d3-d810-4fe2-a8c7-e2c68f7b0800.png)

When I try to move an asset from one folder to another I get an error. Console logs identifies the problem and it looks like it searches for an actual...

The TracksLastModified trait has the function : ``` public function lastModified() { return $this->has('updated_at') ? Carbon::createFromTimestamp($this->get('updated_at')) : $this->fileLastModified(); } ``` It expects the updated_at to be a timestamp, but the...

Creating a taxonomy that support both language doesn't work. the dashboard enables for both language ( but one of them which is not the origin doesn't save if title filed...

Hi , i was tinkering with form submission then i noticed that created_at being null. Can you review my changes to see if it fixes the problem. thank you

This PR fixes issue #75 by importing entries with no origin before importing items that do have an origin. Fixes: #75

When multiple terms with same slugs exists in different taxonomies, e.g. Taxonomy: Tags, Term: Pop Taxonomy: Genres, Term: Pop then for a collection entry where only one taxonomy is attached...

I was trying to import 8804 entries from a current page with `php please eloquent:import-entries`. It stopped with: ``` Call to a member function id() on string at vendor/statamic/eloquent-driver/src/Entries/Entry.php:46 42▕...