How can i start server?
My steps:
1- i installed composer
2- i created my project
C:\wamp\www> composer create-project symfony/website-skeleton symfony-kurs
3- then i tried to start the server
C:\wamp\www>symfony-kurs>php bin/console server:run
C:\wamp\www>symfony-kurs>php bin/console server:start
4- i realized there is a problem. Command "server:run" is not defined.
5-Then i tried install web server bundle with this code:
composer require symfony/web-server-bundle --dev
6- then i ve error. it is my output:
Could not find package symfony/web-server-bundle in a version matching 5.3.*
7-Then i tired with symfony server:run
and my output:
C:\wamp64\www\symfony-kurs>symfony server:run
'symfony' is not recognized as an internal or external command,
operable program or batch file.
8- Then i wanted to create path for symfony and my output:
C:\>php -r "readfile('https://symfony.com/installer');"
Warning: readfile(https://symfony.com/installer): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in Command line code on line 1