diff --git a/README.md b/README.md index 6ac9ac9..b2d72d8 100644 --- a/README.md +++ b/README.md @@ -12,24 +12,7 @@ This is where your description should go. Limit it to a paragraph or two. Consid 1. Run `composer require flux-se/sylius-stripe-plugin`. -2. Import routes - ```yaml - # config/routes/sylius_shop.yaml - - flux_se_sylius_stripe_shop: - resource: "@FluxSESyliusStripePlugin/config/shop_routing.yaml" - prefix: /{_locale} - requirements: - _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$ - - # config/routes/sylius_admin.yaml - - flux_se_sylius_stripe_admin: - resource: "@FluxSESyliusStripePlugin/config/admin_routing.yml" - prefix: /admin - ``` - -3. Import configuration +2. Import configuration ```yaml # config/packages/_sylius.yaml @@ -38,11 +21,6 @@ This is where your description should go. Limit it to a paragraph or two. Consid - { resource: "@FluxSESyliusStripePlugin/config/config.yaml" } ``` -4. Apply migrations - ```bash - bin/console doctrine:migrations:migrate - ``` - ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. diff --git a/config/admin_routing.yaml b/config/admin_routing.yaml deleted file mode 100644 index 4ba2ca1..0000000 --- a/config/admin_routing.yaml +++ /dev/null @@ -1 +0,0 @@ -# Define your own admin routes here diff --git a/config/shop_routing.yaml b/config/shop_routing.yaml deleted file mode 100644 index a71e255..0000000 --- a/config/shop_routing.yaml +++ /dev/null @@ -1 +0,0 @@ -# Define your own shop routes here