I'm using laravel 4 as PHP framework, I would be able to extract content from external sites trmite RSS Feed but I am unable to understand how one can implement this feature in Laravel 4. Someone more experienced than me can help me? Thanks in advance.
We are using https://github.com/dg/rss-php which works pretty well.
Just include "dg/rss-php" : "dev-master"
in your composer.json file and then run composer update
to install.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community