Recently Updated Pages
Is Laravel required to run Aero?
Yes, the Aero platform is built on top of the Laravel framework. Knowledge of Laravel is not esse...
What versions of Elasticsearch does Aero support?
Aero supports both Elasticsearch 6.x and 7.x. Support for Elasticsearch 6.x is provided by the 0....
Can I use Aero project credentials across multiple projects?
No, Credentials must not be shared between projects.
Does Aero support Laravel Homestead installation?
Yes, Homestead is supported on Windows, Mac or Linux provided your Vagrant box configuration meet...
How do I remove the manufacturers name from the order items name?
By default if a product name doesn’t contain the manufacturer name already, the manufacturer name...
How do I remove the manufacturer from the product slug/url?
The manufacturer name is automatically prepended to the product slug (its URL). If you wish for t...
What is the robots file and how does it differ from normal?
The robots.txt file provides instructions for web crawlers and bots that index your store. Aero a...
How do I store product images on S3
You need to configure and set up your Laravel project for the S3 storage driver. You can read mor...
How do I change how order references are generated?
You can set an order reference generator to define how order references are generated. To do this...
How do I register new permissions?
// add a single permission \Aero\Admin\Permissions::add('custom'); // add multiple permissions \A...
How do I check for permissions?
When checking for permission, you should always be as explicit as you can. For example, checking ...
How do I export content blocks?
In order to export content blocks, we require an Aero package. To install this package, type the ...
Introduction to blocks
Whilst the layout of the storefront is dictated by the theme, the displayed content is managed th...
How do I import content blocks?
In order to export content blocks, we will require an Aero package. To install this package, type...
How do I add a custom Vue component to the admin?
This repo (https://github.com/aerocargo/admin-example-vue You need to add the assetLinksfunction...
How do I add custom clips to the redactor editor
Clips is a plugin for the Redactor editor that allows you to create a list of frequently used cod...
How do I use Vue in the admin?
When in an admin's Blade view file you can use any Vue directive (such as v-for, v-if, @clicke...
How do I add custom data to a transformer?
To add custom data you need to use the static **add()**method on the relevant transformer. This m...
What are the available transformers?
The following classes are in the Aero\Admin\Transformersnamespace. Class Description AttributeTra...
How do I inject a view into a backend admin slot?
Any view you wish to inject into a slot should be defined in a Service Provider. If the code is u...