eloquent-driver
eloquent-driver copied to clipboard
Provides support for storing your Statamic data in a database, rather than flat files.
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 
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▕...