Upgrading Laravel from 5.1 to 5.2 gives me an error after upgrading and running the project.
I have followed Laravel's documentation of upgrading from 5.1 to 5.2 (https://laravel.com/docs/5.2/upgrade#upgrade-5.2.0).
Also, I updated my config/app.php to the one found here: https://github.com/laravel/laravel/blob/develop/config/auth.php
After the upgrade, running my Laravel project gives me an error:
ErrorException in AuthManager.php line 16:
Missing argument 1 for Illuminate\Auth\AuthManager::createDriver()
Has anyone upgraded successfully and resolved this error?
Class auth.driver does not exist
- Chandrew