Auth::setShowLogin()

Auth::setShowLogin()

Auth::setShowLogin() -- controls if the login form will be displayed. Turned on by default

Description

Controls if the login page will be displayed to the user. Normally you might need to display the login form only on a certain page of your web application.

Parameter

string $showLogin

true if you want to display the login form and false if you want to hide it.

Note

This function can not be called statically.

This is equivalent to the 4th paramether of Auth::Auth()() Auth::Auth()

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.