feeds
feeds copied to clipboard
A simple Laravel service provider for including the SimplePie library.
SimplePie 1.6.0 was released yesterday. Because SimplePie follows SemVer it is save to use the semver caret instead of the bugfix star.
I keep getting the error below: Feeds configuration not found. Please run `php artisan vendor:publish` {"userId":1,"exception":"[object] (RuntimeException(code: 0): Feeds configuration not found. Please run `php artisan vendor:publish` at xxxxx\\vendor\\willvincent\\feeds\\src\\FeedsServiceProvider.php:37) even...
Is there a way to set a tag/category per feed/group of feeds? For example, if I have a two sports related feeds and a weather feed, tag the sports feeds...
Hello :) is there any plan to update this for php 8.x?
Hi there Will - thanks again for such an amazing wrapper here. The documentation seems like it might be a bit outdated for Laravel 11, at least while I'm trying...
The Unserialized error #50 is back. I am using "willvincent/feeds": "2.3.*" . SimplePie_Exception doesn’t catch anything. Is there any try and catch for this ?
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 https://github.com/simplepie/simplepie/issues/830...
Hey Will, Love your package, thank you! I commonly run into IDE warnings for methods like ->make() within PHPStorm. I was able to resolve these warnings by creating a custom...