Chapter · 6 pages
Admin Dashboard Lenses
Pages in this chapter
What are the default dashboard lenses available?
The default dashboard lenses are stored in the admin configuration file as an array called dashbo...
PAGE
What is a dashboard lens?
Dashboard lenses are the blocks of content that make up the interactive part of the admin dashboa...
PAGE
How do I create a custom dashboard lens?
To create a dashboard lens you need to create a class that extends
Aero\Admin\AdminLensand imple...
PAGE
How do I use a custom view for my dashboard lens?
You can optionally make your dashboard lens use a custom view. To do this you need to set the pro...
PAGE
How do I add a custom dashboard lens to the dashboard?
To add your custom dashboard lens to the dashboard you need to register it with the admin and the...
PAGE
How do I remove a dashboard lens from the dashboard?
You are able to extend Aero\Admin\Http\Responses\AdminDashboardPageand use the removeLensmethod. ...
PAGE