A.O

Results 16 comments of A.O

Hi i have tried laravel 5.x but this is not compatible can you please update the package ?

same behavior with mui icons

I dont installed any cache provider i use the default cache configuration and this is the trace: ``` #0 D:\\workspace\\test\\vendor\\illuminate\\support\\Traits\\ForwardsCalls.php(36): Illuminate\\Database\\Eloquent\\Builder::throwBadMethodCallException('type') #1 D:\\workspace\\test\\vendor\\illuminate\\database\\Eloquent\\Builder.php(1550): Illuminate\\Database\\Eloquent\\Builder->forwardCallTo(Object(Illuminate\\Database\\Query\\Builder), 'type', Array) #2 D:\\workspace\\test\\vendor\\genealabs\\laravel-model-caching\\src\\Traits\\Caching.php(22): Illuminate\\Database\\Eloquent\\Builder->__call('type', Array)...

Ok so i found what is the problem i use the jgrossi/corcel that had a custom PostBuilder, so you can close it.

Thank you for this great extension, i think every project need it, so i resolved my issue with @backstageel method: https://github.com/GeneaLabs/laravel-model-caching/issues/275#issuecomment-517316190

hello any news ?

Hello this feature is merged or not yet ?

If you are in laravel you must implement IteratorAggregate for all your payum eloquent model like this: class PayumToken extends Model implements TokenInterface, IteratorAggregate { /** * @ return Traversable...