In order to generate a Google Shopping feed, it is necessary to install an Aero dependency in form of the aerocargo/google-shopping package from agora.aerocommerce.com. The feed needs to then be mapped so that it knows which fields to use and is made aware of any fallbacks, such as what to do when a field is missing a value.
More developer-specific information about the Google Shopping feed can be found on the Google Shopping module page in agora.
Installing the package
To install the package, simply run the following command from the project’s root directory:
composer require aerocargo/google-shopping
After the package has been installed:
php artisan migrate
And finally, if we wish to modify any of the configuration:
php artisan vendor:publish --provider="Aerocargo\GoogleShopping\ServiceProvider"