Recently Updated Pages
How do I assign Google categories?
Google categories can be assigned to categories, or directly to the product. It can be set up eit...
What queues does Aero use?
Queues are used so that HTTP requests can remain snappy and more intensive code can be executed l...
How to Set the Page Title for the Admin
By default the page title for every admin page is generated from the route name. If you would lik...
How do I add a route to the CSRF exception list?
If you do not want your route to require a valid CSRF token Code To add a route to the exceptions...
How do I set up a slug validator?
You can control if a collection of slugs is valid or not by setting your own validator: \Aero\Sto...
How do I add a custom price to a product with a module?
In this mini tutorial we will add some checkboxes to the product page that when checked add an ad...
How do I extend the address forms?
Aero has address forms in the checkout, account-area, and admin that can be extended. Storefront ...
How do I add settings to my model?
This tutorial will explain the steps required to add settings to your model and assumes you have ...
How to add a custom field to the address forms?
This short tutorial will walk you through adding an address line 3 field to all of the address fo...
How do I add a custom field to the new and edit product page?
In this mini tutorial we will add a notes field to the product new and edit page for the product ...
What are the available commands?
php artisan make:module This command scaffolds a module for you (you need to provide a valid name...
What are models and how do I use them?
All models provided as part of the Aero core platform are Eloquent models For example, if a modul...
How do I make custom mail notification events?
To create an event that shows up in the Mail Notifications part of the admin your event needs to ...
How do I create a new event?
To create a new event, we first have to scaffold the class using Artisan in the project root dire...
What are event listeners?
Event listeners, as the name suggests, listen to events that have been assigned to them. This mea...
What are the events available?
Account AddressCreated - AddressDeleted - AddessUpdated - CustomerManualylCreated - CustomerRegis...
How do I add a custom event to a Service Provider?
Laravel events provide an observer implementation, allowing you to listen and observe for specifi...
How do I create a new event listener?
To create a new listener class for one of our events, we can use Artisan to scaffold the listener...
How do I configure the PHP memory limit?
Due to the number of fields that are sometimes present in the admin, it may be necessary to adjus...
Which versions of PHP will Aero run on?
Aero requires PHP Version 7.2 and above.