DashboardController
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
JsonResponse
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
void
removeMiddleware(string $middleware)
Attempts to unset the given middleware.
JsonResponse
index()
Displays the Twill dashboard.
Collection
search(Request $request)
No description