Skip to main content

Recently Updated Pages

How do I handle translations?

Developer Documentation Settings

When defining your setting groups title/summary, or a settings label/hint you can make use of Lar...

Updated 3 days ago by Michael Price

How do I configure the admin edit page?

Developer Documentation Settings

By default your setting group is editable through the admin by a generated edit page. You cannot ...

Updated 3 days ago by Michael Price

How do I access a custom setting?

Developer Documentation Settings

You can access a setting by using the settingfunction that is available in PHP, Blade, and Twig. ...

Updated 3 days ago by Michael Price

What are the available setting types?

Developer Documentation Settings

Setting Description $group->array(‘allow_list’); Returns an array. $group->boolean(‘enabled’); Re...

Updated 3 days ago by Michael Price

How do I register custom settings?

Developer Documentation Settings

To register settings you need to use the Aero\Common\Facades\Settingsfacade from the setupmethod ...

Updated 3 days ago by Michael Price

What are the settings available to developers?

Developer Documentation Settings

Settings allow you to add dynamic values to your modules that can be modified by admin users easi...

Updated 3 days ago by Michael Price

Do do I set the default value of my custom setting?

Developer Documentation Settings

You can add a default value to any setting by using the defaultmethod and passing your default va...

Updated 3 days ago by Michael Price

How do I change the response view?

Developer Documentation Response Builders

For responses that return HTML, a Twig view file is used. Whilst these are originally defined, th...

Updated 3 days ago by Michael Price

What are the available responses from the response builder?

Developer Documentation Response Builders

Core Class Description View Homepage The homepage of the store. homepage.twig ProductPage The pro...

Updated 3 days ago by Michael Price

How do I extend responses?

Developer Documentation Response Builders

Adding additional code to run on the response is as simple as calling the **extend()**method on t...

Updated 3 days ago by Michael Price

How do I set response headers?

Developer Documentation Response Builders

When extending the response builder, you can set HTTP headers to be sent with the response: \Aero...

Updated 3 days ago by Michael Price

How do I attach middlewear to a response builder?

Developer Documentation Response Builders

Since Aero does not expose the underlying routes and controllers, middleware can be attached dire...

Updated 3 days ago by Michael Price

How do I set the response status code?

Developer Documentation Response Builders

There may be situations where the HTTP response status needs to be altered. By default, the retur...

Updated 3 days ago by Michael Price

How do I pass data to a response?

Developer Documentation Response Builders

The most common task performed when extending responses, is setting additional data. Typically, f...

Updated 3 days ago by Michael Price

How do I redirect a response?

Developer Documentation Response Builders

Sometimes you may wish to redirect the user to another location, either to an external site or wi...

Updated 3 days ago by Michael Price

How do I access the properties of the response builder?

Developer Documentation Response Builders

All response builders hold properties that were assigned to them upon creation from the request. ...

Updated 3 days ago by Michael Price

What is a bulk action?

Developer Documentation Resource Lists

A bulk action allows for the selection of multiple values from a list, and apply some logic to it...

Updated 3 days ago by Michael Price

How do I create my own resource list?

Developer Documentation Resource Lists

To create a resource list you need a normal Laravel controller and a class that extends Aero\Admi...

Updated 3 days ago by Michael Price

What are the default resource lists?

Developer Documentation Resource Lists

The following classes are in the Aero\Admin\ResourceListsnamespace and any class that doesn’t hav...

Updated 3 days ago by Michael Price

How do I create a custom bulk action?

Developer Documentation Resource Lists

If we wish to add a new bulk action to a screen within the admin, all we have to do is create the...

Updated 3 days ago by Michael Price