Symfony 5 setup on Windows 10 and Linux | Install Symfony 5

preview_player
Показать описание
786

Hi everyone,

In this video we have installed Symfony 5 on both the Windows 10 system and Linux system.
1) Install Composer:
---------------------------------

2) Install Symfony 5 (same for both Windows and Linux):
---------------------------------
#Official symfony website URL:

#Command to install:

3) Command to run symfony local server:

----------------------------------

For Windows system :

php -S localhost:3000 -t public

- For Linux system :

symfony server:start

-----------------------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

This tutorial helped me a lot. You've earned a subscriber!

isadoraalbano
Автор

facing issues like composer asking for funds, composer update also didn't work, what to do in this case
🤔

vds
Автор

Thank you, but how can I turn off the symfony project?
I can't do it in cmd.

alexx