CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

RSS Feed #90

Closed mdaliyan closed 6 years ago

mdaliyan commented 8 years ago

Has any one considered making a feed for this website?

I haven't done any project on Laravel yet, but my first project on laravel I think adding rss feed wouldn't be so hard.

I hate to say something and don't do it. any suggestions?

mdaliyan commented 8 years ago

Ok, I saw the code. there are rss and atom feeds included inside. but I can't figure it out why it throws:

Whoops, looks like something went wrong.

agmckee commented 8 years ago

@mdaliyan Illuminate\View\Environment was renamed Illuminate\View\Factory some time ago. That is likely the cause of this error.