Chapter · 5 pages
Configuration
Pages in this chapter
How do I register new permissions?
// add a single permission
\Aero\Admin\Permissions::add('custom');
// add multiple permissions
\A...
PAGE
How do I check for permissions?
When checking for permission, you should always be as explicit as you can. For example, checking ...
PAGE
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...
PAGE
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...
PAGE
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...
PAGE