You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I noticed the cache system wasn't working for this package. Looking at the code I found it is using the SimplePie cache system.
As mentioned in this issue simplepie/simplepie#830 it's a problem with SimplePie v1.8. Maybe in the next release of SimplePie it is already solved.
As a workaround, I'm using the Feed::make() with the Laravel cache system and the config/feed.php with 'cache.disabled' => true.
Here is a little snippet of how I'm using the Laravel cache, if you are interested:
Hi. I noticed the cache system wasn't working for this package. Looking at the code I found it is using the SimplePie cache system.
As mentioned in this issue simplepie/simplepie#830 it's a problem with SimplePie v1.8. Maybe in the next release of SimplePie it is already solved.
As a workaround, I'm using the
Feed::make()
with the Laravel cache system and theconfig/feed.php
with'cache.disabled' => true
.Here is a little snippet of how I'm using the Laravel cache, if you are interested:
The text was updated successfully, but these errors were encountered: