composer require dwo/user-commands-bundle:@dev
and add to config\bundles.php
return [
//..
Dwo\UserCommandsBundle\DwoUserCommandsBundle::class => ['all' => true],
//..
];
php console dwo:user:create
php console dwo:user:update
php console dwo:user:list
How can I help you explore Laravel packages today?