Install Symfony
Custom version instalization
composer create-project symfony/website-skeleton sym2.loc
also we can install symfony with content
composer create-project symfony/symfony-demo symfony-demo.loc
Symfony 5 installation
Before creating your first Symfony application you must:
- Install PHP 7.2.5 or higher and these PHP extensions (which are installed and enabled by default in most PHP 7 installations): Ctype, iconv, JSON, PCRE, Session, SimpleXML, and Tokenizer;
composer create-project symfony/skeleton:"^5.4" my_project_directory
php bin/console about - show about system information