Dymantic / laravel-instagram-feed

150 stars 51 forks source link

Laravel 10 support #69

Closed m-lotze closed 1 year ago

m-lotze commented 1 year ago

Adds Laravel 10 support.

Also adds urlencode for MEDIA_FIELDS in Instagram::fetchMedia. Without it the children in the response had only an id field - media_type and media_url were missing.

michaeljoyner commented 1 year ago

Thank you very much @m-lotze! Sorry it took me so long to get back to this.