I am Using laravel 4 framework\'s. When I used redirect after the Auth::logout(), the redirection was not working. I used View::make() too, but same \"Whoops, looks like somethi
for your problem ,you may pass null value or you may off your remember_token value in your model php file as
public $remember_token=false;