composer create-project symfony/skeleton the_example01

cd the_example01
php -S 127.0.0.1:8000 -t public

브라우져에서 아래와 같이 실행

config/routes.yaml 파일에 아래와 같이 작성

src/Controller/Example01Controller.php 아래와 같이 작성

브라우져에서 아래와 같이 실행

composer create-project symfony/skeleton the_example01

cd the_example01
php -S 127.0.0.1:8000 -t public

브라우져에서 아래와 같이 실행

config/routes.yaml 파일에 아래와 같이 작성

src/Controller/Example01Controller.php 아래와 같이 작성

브라우져에서 아래와 같이 실행
