Files
symfony-flex-recipes/symfony/framework-bundle/3.3/post-install.txt
T

12 lines
566 B
Plaintext

<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. Run <comment>composer require server --dev</> to install the development web server,
or configure another supported web server <comment>https://symfony.com/doc/current/setup/web_server_configuration.html</>
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>