class DashboardController extends Controller (View source)

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Properties

protected Application $app
protected Repository $config
protected LoggerInterface $logger
protected Factory $viewFactory
protected Factory $authFactory

Methods

__construct(Application $app, Repository $config, LoggerInterface $logger, Factory $viewFactory, Factory $authFactory)

No description

void
removeMiddleware(string $middleware)

Attempts to unset the given middleware.

View
index()

Displays the Twill dashboard.

Collection
search(Request $request)

No description

Details

__construct(Application $app, Repository $config, LoggerInterface $logger, Factory $viewFactory, Factory $authFactory)

No description

Parameters

Application $app
Repository $config
LoggerInterface $logger
Factory $viewFactory
Factory $authFactory

void removeMiddleware(string $middleware)

Attempts to unset the given middleware.

Parameters

string $middleware

Return Value

void

View index()

Displays the Twill dashboard.

Return Value

View

No description

Parameters

Request $request

Return Value

Collection