Download the PHP package fabricio872/register-command without Composer
On this page you can find all versions of the php package fabricio872/register-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fabricio872/register-command
More information about fabricio872/register-command
Files in fabricio872/register-command
Package register-command
Short Description Symfony bundle for registering new users from terminal
License MIT
Informations about the package register-command
Valuable partners:
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
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:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Usage
Configuration example:
Configure Entity
note: In case of combining Annotations and Attributes of this bundle only Attributes will be used.
- Documentation for Attributes usage is here
Finally, you are ready to register some users.
Execute this command:
To list all existing users execute this:
In list view you can switch to edit mode with 'e' and quit with 'q' option
To jump to exact page execute this:
example for page 2:
To change maximum rows in table use option -l or --limit:
example for showing maximum 5 rows:
To change maximum width of each column use option -w or --col-width:
example for col width 32 characters:
All versions of register-command with dependencies
doctrine/orm Version ^3.0
symfony/config Version ^7.0
symfony/console Version ^7.0
symfony/dependency-injection Version ^7.0
symfony/dotenv Version ^7.0
symfony/http-kernel Version ^7.0
symfony/security-bundle Version ^7.0
symfony/serializer Version ^7.0