I use Laravel 5.2 and have a problem with middleware. There is the code in the routes.php
use Illuminate\\Contracts\\Auth\\Access\\Gate; Route::group([
I had the same problem because i did not set the table name.
/** * The table associated with the model. * * @var string */ protected $table = 'users';