Hello. Is there any fast solution to add feed from another site to laravel. What i need is to put into a minislider the title and the link to each feed. So i know that i can add my feed like this $result=file_get_contents("http://rss.feedsportal.com/c/xxxxxx/index.rss"); but i get the entire feed and i don't have the time to start to parse.
If anyone knows a fast solution or a package will be wonderful.
Thanks
I made a package that includes SimplePie RSS reader that you can include: https://github.com/awjudd/l4-feed-reader
Andrew
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community