<bg=blue;fg=white>              </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white>              </>

  * <fg=blue>Run</> your application:
    1. Change to the project directory
    2. Create your code repository with the <comment>git init</comment> command
    3. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command
    4. Browse to the <comment>http://localhost:8000/</> URL.

       Quit the server with CTRL-C.
       Run <comment>composer require server --dev</> for a better web server.

  * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>
