Chapter · 7 pages
Extending Core Functionality
Pages in this chapter
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...
PAGE
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 ...
PAGE
What are the available commands?
php artisan make:module
This command scaffolds a module for you (you need to provide a valid name...
PAGE
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...
PAGE
How do I extend the address forms?
Aero has address forms in the checkout, account-area, and admin that can be extended.
Storefront ...
PAGE
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 ...
PAGE
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...
PAGE