Resource Lists
Resource Lists
How do I create a custom bulk action?
If we wish to add a new bulk action to a screen within the admin, all we have to do is create the...
What are the default resource lists?
The following classes are in the Aero\Admin\ResourceListsnamespace and any class that doesn’t hav...
How do I create my own resource list?
To create a resource list you need a normal Laravel controller and a class that extends Aero\Admi...
How do I extend an exisiting resource list?
Adding a New Column To add columns to a resource list you can use the addColumn, addColumnBefore,...
What is a bulk action?
A bulk action allows for the selection of multiple values from a list, and apply some logic to it...
How do I add a custom column to the product list?
As the products list is a resource list you can add a custom column like this: More information o...
How do I add a custom column to the order list?
As the orders list is a resource list you can add a custom column like this: More information on ...