Instagram-for-PHP
Instagram-for-PHP copied to clipboard
5.5+ Laravel auto-discovery
Thanks for PR. Could you improve formatting? Also, please, could you share some info related to "auto-discovery" feature? Thanks!
Fixed the formatting, weird that it didn't show like that on my editor.
With Laravel Auto-Discovery you don't have to register the Service Provider. So Laravel >= 5.5.x you do not need:
'providers' => array(
// ...
Andreyco\Instagram\Support\Laravel\ServiceProvider\Instagram::class,
// ...
),
You still need to register the Facade alias if you plan on using it.
Any chance you will approve this PR?