How do I generate a Google Shopping feed?
In order to generate a Google Shopping feed, it is necessary to install an Aero dependency in form of the aerocargo/google-shoppingpackage from agora.aerocommerce.com
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"