Extending Core Functionality
Extending Core Functionality
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 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...
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 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 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...