mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
9 lines
429 B
Plaintext
9 lines
429 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> User management setup </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
* Install the Symfony Maker Bundle using <info>composer require maker --dev</>. It's required for the next step.
|
|
|
|
* Run <info>bin/console make:user</>. It will guide you through the basic setup by asking a series of questions
|
|
and generates the minimal application source files needed.
|