PHP Class App\Http\Controllers\ClientWebController

Inheritance: extends Controller, use trait Litepie\User\Traits\Auth\UserManager
Show file 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 property

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

$home protected property

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