Skip to content

Commit

Permalink
Add warning for recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Oct 23, 2023
1 parent eb15e94 commit bbbcc40
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions guides/plugins/apps/starter/product-translator.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@ Now we need to install the Shopware App Bundle with Composer:
composer require shopware/app-bundle
```

::: warning
Make sure that you agree to second interaction of the bundle recipe. It will add your routing, register the bundle, and more. If you do not agree to it, you will have to
create those manually (check files [here](https://github.com/symfony/recipes-contrib/tree/main/shopware/app-bundle/1.0))
:::

```shell
- WARNING shopware/app-bundle (>=1.0): From github.com/symfony/recipes-contrib:main
The recipe for this package comes from the "contrib" repository, which is open to community contributions.
Review the recipe at https://github.com/symfony/recipes-contrib/tree/main/shopware/app-bundle/1.0

Do you want to execute this recipe?
[y] Yes
[n] No
[a] Yes for all packages, only for the current installation session
[p] Yes permanently, never ask again for this project
(defaults to n): n
```


Modify the `SHOPWARE_APP_NAME` and `SHOPWARE_APP_SECRET` in the env to your app name`./.env` to ensure you can install the app in a store later.
Also, configure the `DATABASE_URL` to point to your database:

Expand Down

0 comments on commit bbbcc40

Please sign in to comment.