invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 67 forks source link

L5.5 not automatically adding to providers #67

Closed kieran-s closed 6 years ago

kieran-s commented 7 years ago

Running Laravel 5.5.9 via homestead.

Follow instructions to add to composer.json, run composer update (as lock file exists, so install doesn't add), check providers under config->app.php and the provider has not been automatically added.

Not a major issue (just added the line manually), but thought I'd let you know either way.

invisnik commented 6 years ago

In Laravel 5.5, it is not necessary to add the provider class in config/app.php The provider registers automatically