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