• France
status page
Demo shops
assistance
FAQContact support
Search
Categories
Tags
Europe (English)
France
Spain
Europe (English)
India
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
SDD mandates by REST API
Snippets
Payment methods
Plugins
Marketplace
Guides
Merchant Back Office
Back Office Expert
Functional guides

Uninstall module via ZIP file

If you want to uninstall the module:

  1. Delete the LyranetworkLyra directory at the root of your site.
  2. In the composer.json file at the root of the site, delete the line below:
    "Lyranetwork\\Lyra\\": "LyranetworkLyra/src/"
  3. In the bundles.php file in the config directory, delete the line below:
    Lyranetwork\Lyra\LyranetworkLyraPlugin::class => ['all' => true],
  4. In the routes.yaml file in the config directory, delete the lines below:
    sylius_lyra:
        resource: "@LyranetworkLyraPlugin/Resources/config/routing.yaml"
  5. In the _sylius.yaml file in the directoryconfig/packages, delete the lines below:
    winzou_state_machine:
      sylius_payment:
        callbacks:
          after:
            custom_action:
              on: ["process", "authorize", "complete"]
              do: ["@lyranetworklyra.order_service", "sendConfirmationEmail"]
              args: ["object"]
  6. In the services.yaml file in the directoryconfig, delete the lines below:
    services:
    [...]
        lyranetworklyra.order_service:
          class: Lyranetwork\Lyra\Service\OrderService
          public: true
  7. Delete or remove all additions made to templates in templates/bundles/:
    SyliusAdminBundle\PaymentMethod\_form.html.twig
    SyliusAdminBundle\OrderShow\_payment.html.twig
    SyliusShopBundle\Checkout\SelectPayment\_choice.html.twig
    SyliusUiBundle\Form\theme.html.twig
  8. Open the terminal from the root of your website.
  9. Enter the commands below:
    composer dump-autoload
    php bin/console cache:clear
Jobs
Legal
GDPR
25.20-1.11