【问题标题】:Laravel jetstream teams, When switching users how to change home page from dashboard to a different page?Laravel jetstream 团队,切换用户时如何将主页从仪表板更改为不同的页面?
【发布时间】:2022-05-06 17:53:13
【问题描述】:

我正在使用 Laravel jetstream 团队,我想在将团队切换到我创建的其他页面(myteams)时更改默认页面(仪表板),如何在导航中切换团队时更改默认位置?谢谢

【问题讨论】:

  • RouteServiceProvider

标签: laravel jetstream


【解决方案1】:

App/Providers/RouteServiceProvider你可以找到这个

/**
     * The path to the "home" route for your application.
     *
     * This is used by Laravel authentication to redirect users after login.
     *
     * @var string
     */
    public const HOME = '/dashboard';

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-02-11
    • 1970-01-01
    • 2022-12-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-02-20
    • 2021-10-04
    相关资源
    最近更新 更多