Skip to main content

Recently Updated Pages

How do I add admin filters to my custom report?

Developer Documentation Admin Reports

You need to create an Admin Filter class as shown in the article "How do I create a custom report...

Updated 3 days ago by Michael Price

How do I add exporters to my custom report?

Developer Documentation Admin Reports

To add an exporter to your report you need to ensure the report uses the Aero\Admin\Reports\Trait...

Updated 3 days ago by Michael Price

How do I add lenses to my custom report?

Developer Documentation Admin Reports

You need to create a class for your lens that extends Aero\Admin\Reports\ReportLensand implements...

Updated 3 days ago by Michael Price

How do I add a table to my custom report?

Developer Documentation Admin Reports

You need to create a class for your table that extends Aero\Admin\Reports\ReportTableand implemen...

Updated 3 days ago by Michael Price

How do I create a custom report?

Developer Documentation Admin Reports

To create and register a custom report you need to use the Aero\Admin\AdminReportfacade inside of...

Updated 3 days ago by Michael Price

What are the available events for the product picker?

Developer Documentation Admin Product Picker Component

Event Description products-selected This event emits when the action button is clicked (bottom ri...

Updated 3 days ago by Michael Price

What are the available props for the product picker?

Developer Documentation Admin Product Picker Component

Prop Type Description get-products-url String This is the only required prop. This is the URL for...

Updated 3 days ago by Michael Price

How do I use the product picker in my custom module?

Developer Documentation Admin Product Picker Component

The Product Picker provides a modal that lets users select a single or many products/variants wit...

Updated 3 days ago by Michael Price

How do I create a date range admin filter?

Developer Documentation Admin Filters

To create a date range admin filter you need to create a class that extends Aero\Admin\Filters\Da...

Updated 3 days ago by Michael Price

How do I create a searchable select admin filter?

Developer Documentation Admin Filters

To create an options date range admin filter you need to create a class that extends Aero\Admin\F...

Updated 3 days ago by Michael Price

How do I create a dropdown admin filter?

Developer Documentation Admin Filters

To create an options date range admin filter you need to create a class that extends Aero\Admin\F...

Updated 3 days ago by Michael Price

How do I create a checkbox list admin filter?

Developer Documentation Admin Filters

To create a checkbox list admin filter you need to create a class that extends Aero\Admin\Filters...

Updated 3 days ago by Michael Price

How do I create an options date range admin filter?

Developer Documentation Admin Filters

The options date range admin filter works in the same way as the date range admin filter but disp...

Updated 3 days ago by Michael Price

How do I create a custom admin filter?

Developer Documentation Admin Filters

To create a custom admin filter you need to create a class that extends Aero\Admin\Filters\AdminF...

Updated 3 days ago by Michael Price

How do I add a custom dashboard lens to the dashboard?

Developer Documentation Admin Dashboard Lenses

To add your custom dashboard lens to the dashboard you need to register it with the admin and the...

Updated 3 days ago by Michael Price

How do I remove a dashboard lens from the dashboard?

Developer Documentation Admin Dashboard Lenses

You are able to extend Aero\Admin\Http\Responses\AdminDashboardPageand use the removeLensmethod. ...

Updated 3 days ago by Michael Price

How do I use a custom view for my dashboard lens?

Developer Documentation Admin Dashboard Lenses

You can optionally make your dashboard lens use a custom view. To do this you need to set the pro...

Updated 3 days ago by Michael Price

How do I create a custom dashboard lens?

Developer Documentation Admin Dashboard Lenses

To create a dashboard lens you need to create a class that extends Aero\Admin\AdminLensand imple...

Updated 3 days ago by Michael Price

What are the default dashboard lenses available?

Developer Documentation Admin Dashboard Lenses

The default dashboard lenses are stored in the admin configuration file as an array called dashbo...

Updated 3 days ago by Michael Price

What are the available slots in the account area?

Developer Documentation Account Area

The following slots can be injected into. orders.order.card.header- orders.order.card.dispatched...

Updated 3 days ago by Michael Price