Admin Dashboard Lenses
Admin Dashboard Lenses
What are the default dashboard lenses available?
The default dashboard lenses are stored in the admin configuration file as an array called dashbo...
What is a dashboard lens?
Dashboard lenses are the blocks of content that make up the interactive part of the admin dashboa...
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...
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...
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...
How do I remove a dashboard lens from the dashboard?
You are able to extend Aero\Admin\Http\Responses\AdminDashboardPageand use the removeLensmethod. ...