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

8 lines
422 B
Plaintext

* <fg=blue>Run</> your application:
1. Go to the project directory
2. Create your code repository with the <comment>git init</comment> command
3. Download the Symfony CLI at <comment>https://symfony.com/download</> to install a development web server,
or run <comment>composer require server --dev</> for a minimalist one
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>