Working Demo : https://instagram-feed-php.herokuapp.com/
Update caption null issue using this : https://github.com/Dymantic/laravel-instagram-feed/blob/master/src/MediaParser.php
Because @ribeiroeder code was showing error
undefined index caption
when instagram user has no caption to their post. so I had do use MediaParser.php array method.
After cloning set
$token
value with your generated token and enjoy.
Thanks.