Skip to main content

Recently Updated Pages

Is Laravel required to run Aero?

Developer Documentation Developer Faqs

Yes, the Aero platform is built on top of the Laravel framework. Knowledge of Laravel is not esse...

Updated 3 days ago by Michael Price

What versions of Elasticsearch does Aero support?

Developer Documentation Developer Faqs

Aero supports both Elasticsearch 6.x and 7.x. Support for Elasticsearch 6.x is provided by the 0....

Updated 3 days ago by Michael Price

Can I use Aero project credentials across multiple projects?

Developer Documentation Developer Faqs

No, Credentials must not be shared between projects.

Updated 3 days ago by Michael Price

Does Aero support Laravel Homestead installation?

Developer Documentation Developer Faqs

Yes, Homestead is supported on Windows, Mac or Linux provided your Vagrant box configuration meet...

Updated 3 days ago by Michael Price

How do I remove the manufacturers name from the order items name?

Developer Documentation Customization

By default if a product name doesn’t contain the manufacturer name already, the manufacturer name...

Updated 3 days ago by Michael Price

How do I remove the manufacturer from the product slug/url?

Developer Documentation Customization

The manufacturer name is automatically prepended to the product slug (its URL). If you wish for t...

Updated 3 days ago by Michael Price

What is the robots file and how does it differ from normal?

Developer Documentation Configuration

The robots.txt file provides instructions for web crawlers and bots that index your store. Aero a...

Updated 3 days ago by Michael Price

How do I store product images on S3

Developer Documentation Configuration

You need to configure and set up your Laravel project for the S3 storage driver. You can read mor...

Updated 3 days ago by Michael Price

How do I change how order references are generated?

Developer Documentation Configuration

You can set an order reference generator to define how order references are generated. To do this...

Updated 3 days ago by Michael Price

How do I register new permissions?

Developer Documentation Configuration

// add a single permission \Aero\Admin\Permissions::add('custom'); // add multiple permissions \A...

Updated 3 days ago by Michael Price

How do I check for permissions?

Developer Documentation Configuration

When checking for permission, you should always be as explicit as you can. For example, checking ...

Updated 3 days ago by Michael Price

How do I export content blocks?

Developer Documentation Blocks

In order to export content blocks, we require an Aero package. To install this package, type the ...

Updated 3 days ago by Michael Price

Introduction to blocks

Developer Documentation Blocks

Whilst the layout of the storefront is dictated by the theme, the displayed content is managed th...

Updated 3 days ago by Michael Price

How do I import content blocks?

Developer Documentation Blocks

In order to export content blocks, we will require an Aero package. To install this package, type...

Updated 3 days ago by Michael Price

How do I add a custom Vue component to the admin?

Developer Documentation Admin Vue

This repo (https://github.com/aerocargo/admin-example-vue You need to add the assetLinksfunction...

Updated 3 days ago by Michael Price

How do I add custom clips to the redactor editor

Developer Documentation Admin Vue

Clips is a plugin for the Redactor editor that allows you to create a list of frequently used cod...

Updated 3 days ago by Michael Price

How do I use Vue in the admin?

Developer Documentation Admin Vue

When in an admin's Blade view file you can use any Vue directive (such as v-for, v-if, @clicke...

Updated 3 days ago by Michael Price

How do I add custom data to a transformer?

Developer Documentation Admin Transformers

To add custom data you need to use the static **add()**method on the relevant transformer. This m...

Updated 3 days ago by Michael Price

What are the available transformers?

Developer Documentation Admin Transformers

The following classes are in the Aero\Admin\Transformersnamespace. Class Description AttributeTra...

Updated 3 days ago by Michael Price

How do I inject a view into a backend admin slot?

Developer Documentation Admin Slots

Any view you wish to inject into a slot should be defined in a Service Provider. If the code is u...

Updated 3 days ago by Michael Price