|--------------------------------------------------------------------------
| 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 が使用しているルートが見つかりません。上記の各パラメータの用途を説明できる人はいますか。ありがとう。