wildgras
Results
2
comments of
wildgras
Hi @dingman, you need to add the following entry in your return array of bootstrap\providers.php file: `willvincent\Feeds\FeedsServiceProvider::class,` After that you can declare the following use: `use willvincent\Feeds\Facades\FeedsFacade as Feeds;` And...
@willvincent I can't point out the direct changes as the upgrade notes don't state anything specific other than that the configuration has been streamlined. The "old" way still works and...