artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 216 forks source link

Clarify installation instructions #48

Closed shrink closed 10 years ago

shrink commented 10 years ago

Providers comes before Aliases in the configuration file, the standard documentation pattern for Laravel is to list the service provider first and the alias second. This change reflects that standard and moves the installation package registration into the installation section to provide clear install then configure.