Quantcast
Channel: Make an rss feed with Laravel 5.1 - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Roufail for Make an rss feed with Laravel 5.1

i did it thanks every one this is my code $xml = new \XMLWriter(); $xml->openMemory(); $xml->startDocument(); $xml->startElement('users'); foreach($users as $user) {...

View Article



Make an rss feed with Laravel 5.1

I make application with Laravel 5.1 only I need to get some posts as XML in an RSS feed.I am using Laravel 5.1. I found a lot of solutions for Laravel 4 which don't work for 5.1.I tried this code, but...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images