Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Standard User Command Bundle Laravel Package

aldaflux/standard-user-command-bundle

View on GitHub
Deep Wiki
Context7

AldafluxStandardUserCommandBundle

Installation

Step 1 : Download the bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

composer require aldaflux/standard-user-command-bundle

This command is used if composer is installed in your system.

Usage

List users

Lists all the users registered in the application.

./bin/console suc:user:list

By default, the command only displays the 50 most recent users. You can set the number of results to display with the --max-results option:

./bin/console suc:user:list --max-results=2000

Add user

Creates new users and saves them in the database.

./bin/console suc:user:add 

You can provide the arguments directly:

./bin/console suc:user:add username password email full-name

By default the command creates regular users. To create administrator users, add the --admin option:

./bin/console suc:user:add username password email --admin

If you omit any of the required arguments, the command will interactively ask you to provide the missing values.

Change password

Change the password of an existing user.

./bin/console suc:user:change-password

You can specify the identifier (username or email) directly:

./bin/console suc:user:change-password username
./bin/console suc:user:change-password [email protected]

You can alternatively specify the new password as a second argument:

./bin/console suc:user:change-password username newpassword
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle