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

Sorry for the duplication of PRs here but I have reached out to the authors of both the previous PRs to try and combine efforts but have had no response...

Hi This PR simply adds a Github Action which will run php-cs-fixer on push.

Useful when you're duplicating an entry and the new entry has a new model and therefore doesn't have a `lastModified` value

![image](https://user-images.githubusercontent.com/81413106/170010321-e1432605-124e-413b-8a8a-3269c20dcd09.png) ![image](https://user-images.githubusercontent.com/81413106/170010474-010781f8-7371-428d-bf1d-615b07249ac8.png) ![image](https://user-images.githubusercontent.com/81413106/170010633-720098ea-bbe0-4195-af04-dab6e83df333.png)

When I'm visiting /api/collections/{collection}/entries I'm getting "Call to undefined relationship [author] on model [Statamic\Eloquent\Entries\UuidEntryModel]" after upgrade to statamic 3.3

Since [Statamic 3.2.27](https://github.com/statamic/cms/releases/tag/v3.2.27), slugs can be optional. However, currently, the database table prohibits entries with missing slugs. If someone tries to save an entry from a collection that has no...

Hey, i'm using statamic 3.2.37 with eloquent driver and i'm having this issue `https://github.com/statamic/cms/issues/3620` any idea how to solve this ?

Hi! After migrating my existing data to the db, query params on the content API stoped working. For example, when I try to set `fields=id,title,slug` I am getting ``` local.ERROR:...

bug

Is it possible to have a custom entry class and use it only for a specific collection? I love the idea to have my pages on the filesystem but for...

wontfix

I would really like to use Statamic in a project with a traditional datbase layout, but it looks like it's impossible or very difficult. I have tried following the code...

wontfix