vdomah / oc-jwtauth

JWTAuth plugin for October CMS wich provides token based authentication
MIT License
27 stars 21 forks source link

Missing argument for AuthManager::createDriver(), #10

Closed Adrion closed 6 years ago

Adrion commented 6 years ago

Hi, I updated October to Build 431 and tried to install the plugin. I copied the auth.php file into config/ but it doesn't seems to work.

Missing argument 1 for Illuminate\Auth\AuthManager::createDriver(), 
called in {root}/vendor/laravel/framework/src/Illuminate/Support/Manager.php on line 87 
and defined

{root}/vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php line 16
Adrion commented 6 years ago

Never mind my cli php rolled back to 5.5.... Composer update silently failed.

Everything works ;)