Skip to main content
Chapter · 15 pages

Introduction

Pages in this chapter
Introduction to backend admin slots
Slots allow for a module to include its own view on existing admin pages. See our section on back...
PAGE
Introduction to collections for developers
Collections are not what the developer might associate with Laravel’s immutable structure, but a ...
PAGE
Introduction to permissions for developers
As an agency, you will likely need to restrict the information and actions of admin accounts belo...
PAGE
Introduction to transformers
Transformers are used by the admin on some edit pages to transform data from PHP into an json enc...
PAGE
Introduction to events for developers
Events are a method of notifying different parts of Aero of tasks that have either been completed...
PAGE
Introduction to pipelines
Pipelines provide a convenient way to manipulate a given payload. This payload can be an object o...
PAGE
Introduction to the account area
The account area provides an extendable area where your customers can view their orders and manag...
PAGE
Introduction to response builders
Response builders are Aero's unique solution to serving storefront pages. Based on the concept of...
PAGE
Introduction to listings and search
Aero offers out-of-the-box listings and search system which is powered by Elasticsearch Please no...
PAGE
Introduction to payment drivers
A payment driver is the brain behind the payment method and serves as a bridge to the payment gat...
PAGE
What is an Aero Commerce Agora account and why do I need it?
To get started you'll need an Agora account. Your Agora account is used to download the platform ...
PAGE
How do I obtain package repository credentials?
Once logged in to Agora, head over to the projects section and click the New project button. You'...
PAGE
Introduction to the admin
The backend admin (the "admin") is the password-protected back office where administrative tasks ...
PAGE
Introduction to resource lists
Resource lists allow a table to be extended through additional columns, filters, or sort bys and ...
PAGE
Introduction to Laravel PHP Framework
The Aero platform is built using the Laravel PHP framework Before developing with Aero, we recomm...
PAGE