kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 58 forks source link

Explicit config #37

Closed cviebrock closed 8 years ago

cviebrock commented 8 years ago

Adds ability to provide an explicit configuration.

kirkbushell commented 8 years ago

Is this a requirement in relation to the issue with multiple caches to the same model, or simply an additional syntax?

cviebrock commented 8 years ago

Thanks!