-
-
Notifications
You must be signed in to change notification settings - Fork 719
[SyliusResourceBundle] Update routing configuration #1831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md | ||
|
diimpp marked this conversation as resolved.
Outdated
|
||
| sylius_resource: | ||
| # Override default settings | ||
| #settings: | ||
|
|
||
| # Configure the mapping for your resources | ||
| mapping: | ||
| paths: | ||
| - '%kernel.project_dir%/src/Entity' | ||
|
|
||
| # Configure your resources | ||
| resources: | ||
| #app.book: | ||
| #classes: | ||
| #model: App\Entity\Book | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| sylius_resource_loader: | ||
| resource: 'sylius.symfony.routing.loader.resource' | ||
| type: service |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "container": { | ||
| "locale": "en" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Checking just in case, is
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have removed that dependency on 1.14 branch. So we will be able to remove that when it will be stable |
||
| }, | ||
| "bundles": { | ||
| "Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": ["all"] | ||
| }, | ||
| "copy-from-recipe": { | ||
| "config/": "%CONFIG_DIR%/", | ||
| "src/": "%SRC_DIR%/" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust this URL as currently it leads to 404.
