Skip to content
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

Installation Guide Routes Importing Step Correction #361

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Additional feature of the plugin that fulfills Invoicing domain is the ability t

## Installation

#### Beware!

This installation instruction assumes that you're using Symfony Flex. If you don't, take a look at the
[legacy installation instruction](docs/legacy_installation.md). However, we strongly encourage you to use
Symfony Flex, it's much quicker!

1. Require plugin with composer:

```bash
Expand Down Expand Up @@ -69,12 +75,6 @@ Additional feature of the plugin that fulfills Invoicing domain is the ability t
bin/console sylius-invoicing:generate-invoices
```

#### Beware!

This installation instruction assumes that you're using Symfony Flex. If you don't, take a look at the
[legacy installation instruction](docs/legacy_installation.md). However, we strongly encourage you to use
Symfony Flex, it's much quicker! :)
## Extension points

Majority of actions contained in SyliusInvoicingPlugin is executed once an event after changing the state of the Order.
Expand Down
2 changes: 1 addition & 1 deletion docs/legacy_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
1. Import routes:
```yaml
sylius_refund:
sylius_invoicing:
resource: "@SyliusInvoicingPlugin/config/routes.yaml"
```
Expand Down
Loading