# 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-shopping**package from [agora.aerocommerce.com](agora.aerocommerce.com)

More developer-specific information about the Google Shopping feed can be found on the [Google Shopping module page](https://agora.aerocommerce.com/packages/aerocargo/google-shopping) 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"
```