David Carrdcblogdev.hashnode.devยทJan 2, 2018Laravel create an RSS reedIn this post, I'll explain how to create an RSS feed. First create a route that will respond with a feed, in this example I'm using a controller called BlogController and a method called feed. Route::get('feed', 'BlogController@feed'); In your fe...58 readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.