mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
5 lines
300 B
Plaintext
5 lines
300 B
Plaintext
* Install the Symfony Maker Bundle using <info>composer require maker --dev</>. It's required for the next step.
|
|
|
|
* Run <info>bin/console make:user:msgphp</>. It will guide you through the basic setup by asking a series of
|
|
questions and generates the minimal application source files needed.
|