PHP Class App\Http\Controllers\AdminApiController

Inheritance: extends Controller, use trait Litepie\User\Traits\Auth\UserManager
Afficher le fichier Open project: lavalite/cms Class Usage Examples

Protected Properties

Свойство Type Description
$guard string The authentication guard that should be used.

Méthodes publiques

Méthode Description
__construct ( )
home ( ) : Illuminate\Http\Response Show admin dashboard.
lock ( ) : Illuminate\Http\Response Show locked screen.
masters ( ) : Illuminate\Http\Response Show master table lists.
profile ( ) : Illuminate\Http\Response Show admin dashboard.
reports ( ) : Illuminate\Http\Response Show reports homepage.

Method Details

__construct() public méthode

public __construct ( )

home() public méthode

Show admin dashboard.
public home ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

lock() public méthode

Show locked screen.
public lock ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

masters() public méthode

Show master table lists.
public masters ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

profile() public méthode

Show admin dashboard.
public profile ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

reports() public méthode

Show reports homepage.
public reports ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

Property Details

$guard protected_oe property

The authentication guard that should be used.
protected string $guard
Résultat string