Skip to main content

Recently Updated Pages

How do I assign Google categories?

Developer Documentation Google Shopping Feed

Google categories can be assigned to categories, or directly to the product. It can be set up eit...

Updated 3 days ago by Michael Price

What queues does Aero use?

Developer Documentation General

Queues are used so that HTTP requests can remain snappy and more intensive code can be executed l...

Updated 3 days ago by Michael Price

How to Set the Page Title for the Admin

Developer Documentation General

By default the page title for every admin page is generated from the route name. If you would lik...

Updated 3 days ago by Michael Price

How do I add a route to the CSRF exception list?

Developer Documentation General

If you do not want your route to require a valid CSRF token Code To add a route to the exceptions...

Updated 3 days ago by Michael Price

How do I set up a slug validator?

Developer Documentation General

You can control if a collection of slugs is valid or not by setting your own validator: \Aero\Sto...

Updated 3 days ago by Michael Price

How do I add a custom price to a product with a module?

Developer Documentation Extending Core Functionality

In this mini tutorial we will add some checkboxes to the product page that when checked add an ad...

Updated 3 days ago by Michael Price

How do I extend the address forms?

Developer Documentation Extending Core Functionality

Aero has address forms in the checkout, account-area, and admin that can be extended. Storefront ...

Updated 3 days ago by Michael Price

How do I add settings to my model?

Developer Documentation Extending Core Functionality

This tutorial will explain the steps required to add settings to your model and assumes you have ...

Updated 3 days ago by Michael Price

How to add a custom field to the address forms?

Developer Documentation Extending Core Functionality

This short tutorial will walk you through adding an address line 3 field to all of the address fo...

Updated 3 days ago by Michael Price

How do I add a custom field to the new and edit product page?

Developer Documentation Extending Core Functionality

In this mini tutorial we will add a notes field to the product new and edit page for the product ...

Updated 3 days ago by Michael Price

What are the available commands?

Developer Documentation Extending Core Functionality

php artisan make:module This command scaffolds a module for you (you need to provide a valid name...

Updated 3 days ago by Michael Price

What are models and how do I use them?

Developer Documentation Extending Core Functionality

All models provided as part of the Aero core platform are Eloquent models For example, if a modul...

Updated 3 days ago by Michael Price

How do I make custom mail notification events?

Developer Documentation Events

To create an event that shows up in the Mail Notifications part of the admin your event needs to ...

Updated 3 days ago by Michael Price

How do I create a new event?

Developer Documentation Events

To create a new event, we first have to scaffold the class using Artisan in the project root dire...

Updated 3 days ago by Michael Price

What are event listeners?

Developer Documentation Events

Event listeners, as the name suggests, listen to events that have been assigned to them. This mea...

Updated 3 days ago by Michael Price

What are the events available?

Developer Documentation Events

Account AddressCreated - AddressDeleted - AddessUpdated - CustomerManualylCreated - CustomerRegis...

Updated 3 days ago by Michael Price

How do I add a custom event to a Service Provider?

Developer Documentation Events

Laravel events provide an observer implementation, allowing you to listen and observe for specifi...

Updated 3 days ago by Michael Price

How do I create a new event listener?

Developer Documentation Events

To create a new listener class for one of our events, we can use Artisan to scaffold the listener...

Updated 3 days ago by Michael Price

How do I configure the PHP memory limit?

Developer Documentation Developer Faqs

Due to the number of fields that are sometimes present in the admin, it may be necessary to adjus...

Updated 3 days ago by Michael Price

Which versions of PHP will Aero run on?

Developer Documentation Developer Faqs

Aero requires PHP Version 7.2 and above.

Updated 3 days ago by Michael Price