我使用的是Laravel jetstream团队,当将团队切换到我制作的不同页面(myteams(时,我想更改默认页面(仪表板(。在导航中切换团队时,我如何更改默认位置?谢谢
在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';