eknow/sylius-tools-plugin

Maintenance page and some tools for Sylius.


README

68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67

Sylius Plugin Tools

Provide some useful command for daily use.

Quickstart Installation

  1. Run composer require eknow/sylius-tools-plugin.

  2. From Sylius root directory, run the following commands:

    $ vi config/bundles.php
  3. Add the following inside the Array:

    $ Eknow\SyliusToolsPlugin\EknowSyliusToolsPlugin::class => ['all' => true],
  4. Run the following command to validate it works

    $ php bin/console list

Result will be an list of command such as

```bash
$ sylius:admin:create                     Create an admin user for the backend
$ sylius:admin:delete                     Delete the admin user on backend with his ID
$ sylius:cart:abandonned                  Clean all abandonned carts.
```