Chapter · 7 pages
Resource Lists
Pages in this chapter
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...
PAGE
What are the default resource lists?
The following classes are in the Aero\Admin\ResourceListsnamespace and any class that doesn’t hav...
PAGE
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...
PAGE
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,...
PAGE
What is a bulk action?
A bulk action allows for the selection of multiple values from a list, and apply some logic to it...
PAGE
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...
PAGE
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 ...
PAGE