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

# Where on join query with alias not work When a where clause apply on join query with alias, it cannot parse the correct where. Let us consider the following...

it helps to resolve the problem of same column name overrided by a joint table

We noticed a massive surge in uncached page loads in one of our projects after upgrading to Eloquent Driver >= 3.1.3. Before we had page load times of around 1.5s,...

performance

When i have a collection that has Orderable true and has a max depth of 1 the entry URI field is only filled on the second save. **How to reproduce**...

bug

Hi ! We have the same problem as in https://github.com/statamic/eloquent-driver/issues/43 but with version 3.3.2 on Statamic 4.54.0. `updated_at` field of the reordered entries is not touched. https://github.com/statamic/eloquent-driver/assets/408237/601045e1-428a-4965-a143-0c6bafb168da

bug

This pull request refreshes the Eloquent Driver's documentation, to go alongside the changes introduced in statamic/cms#9669. This PR should be merged whenever Statamic 5 compatibility is released for this addon.

To complement https://github.com/statamic/cms/pull/9317

Currently we did set the blueprints driver to "file" and disable the permissions to change them on all environments (through https://github.com/justbetter/statamic-environment-permissions) so the end user can not make blueprint changes....

feature request

If/when https://github.com/statamic/cms/pull/6455 merges into core we will need to support an eloquent form repository. This PR will add that functionality (it can only work alongside the core PR, and tests...

If https://github.com/statamic/cms/pull/6455 merges then the config for forms should split out the submissions model in a similar manner to https://github.com/statamic/eloquent-driver/pull/133 allowing the form config and submissions to be stored in...

feature request