dwo/user-commands-bundle

a create, update and list commands for users

Installs: 248

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/dwo/user-commands-bundle

dev-master / 1.0.x-dev 2020-05-27 14:10 UTC

This package is auto-updated.

Last update: 2025-09-28 02:00:08 UTC


README

Install

composer require dwo/user-commands-bundle:@dev

and add to config\bundles.php

return [
    //..

    Dwo\UserCommandsBundle\DwoUserCommandsBundle::class => ['all' => true],

    //..
];

Commands

php console dwo:user:create
php console dwo:user:update
php console dwo:user:list