Recently Updated Pages
How do I add admin filters to my custom report?
You need to create an Admin Filter class as shown in the article "How do I create a custom report...
How do I add exporters to my custom report?
To add an exporter to your report you need to ensure the report uses the Aero\Admin\Reports\Trait...
How do I add lenses to my custom report?
You need to create a class for your lens that extends Aero\Admin\Reports\ReportLensand implements...
How do I add a table to my custom report?
You need to create a class for your table that extends Aero\Admin\Reports\ReportTableand implemen...
How do I create a custom report?
To create and register a custom report you need to use the Aero\Admin\AdminReportfacade inside of...
What are the available events for the product picker?
Event Description products-selected This event emits when the action button is clicked (bottom ri...
What are the available props for the product picker?
Prop Type Description get-products-url String This is the only required prop. This is the URL for...
How do I use the product picker in my custom module?
The Product Picker provides a modal that lets users select a single or many products/variants wit...
How do I create a date range admin filter?
To create a date range admin filter you need to create a class that extends Aero\Admin\Filters\Da...
How do I create a searchable select admin filter?
To create an options date range admin filter you need to create a class that extends Aero\Admin\F...
How do I create a dropdown admin filter?
To create an options date range admin filter you need to create a class that extends Aero\Admin\F...
How do I create a checkbox list admin filter?
To create a checkbox list admin filter you need to create a class that extends Aero\Admin\Filters...
How do I create an options date range admin filter?
The options date range admin filter works in the same way as the date range admin filter but disp...
How do I create a custom admin filter?
To create a custom admin filter you need to create a class that extends Aero\Admin\Filters\AdminF...
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. ...
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 create a custom dashboard lens?
To create a dashboard lens you need to create a class that extends Aero\Admin\AdminLensand imple...
What are the default dashboard lenses available?
The default dashboard lenses are stored in the admin configuration file as an array called dashbo...
What are the available slots in the account area?
The following slots can be injected into. orders.order.card.header- orders.order.card.dispatched...