dwo/user-commands-bundle

a create, update and list commands for users

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

This package is auto-updated.

Last update: 2024-04-27 23:03:12 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