PHP Class App\Http\Controllers\ClientWebController

Inheritance: extends Controller, use trait Litepie\User\Traits\Auth\UserManager
Datei anzeigen Open project: lavalite/cms

Protected Properties

Property Type Description
$guard string The authentication guard that should be used.
$home string The home page route of client.

Public Methods

Method Description
__construct ( )

Method Details

__construct() public method

public __construct ( )

Property Details

$guard protected_oe property

The authentication guard that should be used.
protected string $guard
return string

$home protected_oe property

The home page route of client.
protected string $home
return string