Laravel路线组页面重定向到主页

时间:2016-05-03 08:22:55

标签: laravel routes middleware

我已经安装了Laravel并设置了身份验证,我还创建了一个这样的路由组:

// users that want to access test route should be logged in. 
Route::group(['middleware' => ['web', 'auth']], function () {
    Route::get('first', function () {
        return 'first';
    });
});

问题是当我访问这样的路线时:

http://localhost/first

我可以看到我的第一个"消息,但当我刷新同一页面时,laravel将我重定向到:

http://localhost/home

我无法解决这个问题,而且我已经将第一条路线移出路线组,现在一切运转良好。如果我将其保留在路由组auth& web中间件无效。

1 个答案:

答案 0 :(得分:1)

尝试删除Form.Closing Form.FormClosing Form.Closed Form.FormClosed Form.Deactivate Application.ApplicationExit * 中间件if you're using 5.2.27 and higher