No need to disable middleware, just authenticate before running those tests $user = new User(array('...
Try using \Page::model (be sure to include the backslash "") a Laravel 5 app works in a na...
I guess you could add a condition to your middleware to check for that. public function handle($requ...
I think it has moved to this page: http://laravel.com/docs/5.0/container ** Update ** The documentat...
Try removing the use Controller; statement on the top of the BaseController class and replace it wi...
The Laravel portal for problem solving, knowledge sharing and community building.
The community