PHP Class App\Http\Controllers\AdminApiController

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

Protected Properties

Property Type Description
$guard string The authentication guard that should be used.

Public Methods

Method 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 method

public __construct ( )

home() public method

Show admin dashboard.
public home ( ) : Illuminate\Http\Response
return Illuminate\Http\Response

lock() public method

Show locked screen.
public lock ( ) : Illuminate\Http\Response
return Illuminate\Http\Response

masters() public method

Show master table lists.
public masters ( ) : Illuminate\Http\Response
return Illuminate\Http\Response

profile() public method

Show admin dashboard.
public profile ( ) : Illuminate\Http\Response
return Illuminate\Http\Response

reports() public method

Show reports homepage.
public reports ( ) : Illuminate\Http\Response
return Illuminate\Http\Response

Property Details

$guard protected property

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