Deep
Deep copied to clipboard
A set of Eloquent models for ExpressionEngine Channel Entries.
I'm sorry if this is a stupid question, but I can't find compatibility with Laravel versions documented anywhere with this package. I've tried installing this with Laravel 8 but I'm...
Hey @rsanchez, while using Deep we started to see pulling models for complex entries take a fairly significant amount of time to populate (on the order of 50 secs). I...
Create a test for each model save.
Currently, you the Entry and Title class throw errors if you try to save them. This is intentional. Saving all the fieldtypes (reverse hydration) is a big hurdle. There's also...
Because nicities.
Implementing select() on Entries would be advantageous as you may not need some fields sometimes. especially fields that required additional queries, like matrix's for example.