Configuration
Configuration
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 change how order references are generated?
You can set an order reference generator to define how order references are generated. To do this...
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...