invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 67 forks source link

Lumen 5.2 is incompatible #20

Closed codercms closed 8 years ago

codercms commented 8 years ago

Hello! I just have freshly installed Lumen 5.2 and latest version of your plugin. I've got an error:

[2016-05-23 06:36:09] lumen.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Fatal error: Class 'Config' not found in C:\Users\coder\Documents\PhpProjects\sdm\vendor\invisnik\laravel-steam-auth\src\SteamAuth.php:41

So, there is no Config class in global scope, you should to use Config facade instead - Illuminate\Support\Facades\Config.

codercms commented 8 years ago

Pull request sent #21