ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Target [Illuminate\Contracts\Auth\UserProvider] is not instantiable. #112

Closed tzsk closed 8 years ago

tzsk commented 8 years ago

My Routes:

Route::group(['prefix' => 'catalyst-wcms', 'namespace' => 'Backend', 'middleware' => 'auth'], function(){
    Route::get('/', ['as' => 'dashboard', 'uses' => 'BackendController@index']);
});

Included use Ollieread\Multiauth\Guard; in Authenticate.php i.e. auth middleware

This code was just working before I installed multiauth.

I have installed dev-laravel5 version by the way.

ollieread commented 8 years ago

This package as is, doesn't work with Laravel 5.1. That's actually something I'm working on.