du970294 2016-06-29 07:40
浏览 31

如何在登录laravel后将一些特定模块发送到另一个页面

Can any one help me I have to redirect search module after login to search listing page else when user will login will go to home page how i will achieve it. routes.php is below:

    Route::group(array('before' => ['auth' ,'temp-actions']), function(){
Route::get('doc_search',
            array(
                'as' => 'search',
                'uses' => 'App\Modules\Core\Controllers\SearchController@index'
            )
        );
}
});

Please please help me out

  • 写回答

1条回答 默认 最新

  • dphdh395195 2016-06-29 08:16
    关注

    Add redirectTo property on your AuthController

    protected $redirectTo = 'route/to/search';
    

    After logging in, they will be redirected to that route automatically

    评论

报告相同问题?

悬赏问题

  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号