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([
My Auth::user() return null in view when
Auth::user()
null