Friday, March 17, 2017

Admin LTE in Laravel 5.3.* URL/Routes

|--------------------------------------------------------------------------
| 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',

please help me with my problem, i am a newbie in terms of programming i need help regarding to the URL/Routes of the admin LTE, i cannot find the routes admin LTE using, and can anyone explain what is the uses of each parameters above thanks.



via Ace.D

Advertisement