|--------------------------------------------------------------------------
| URLs
|--------------------------------------------------------------------------
|
| Register here your dashboard, logout, login and register URLs. The
| logout URL automatically sends a POST request in Laravel 5.3 or higher.
| You can set the request to a GET or POST with logout_method.
| Set register_url to null if you don't want a register link.
|
*/
'dashboard_url' => 'home',
'logout_url' => 'logout',
'logout_method' => null,
'login_url' => 'login',
'register_url' => 'register',
请帮我解决我的问题,我是编程方面的新手,我需要有关管理员 LTE 的 URL/路由的帮助,我找不到管理员 LTE 使用的路由,任何人都可以解释上面每个参数的用途谢谢。