composer create-project symfony/skeleton the_example02

composer require annotations

src/Controller/Example002Controller.php 작성

php -S 127.0.0.1:8000 -t public
브라우져에서 아래와 같이 “http://localhost:8000/” 실행 한다.

composer create-project symfony/skeleton the_example02

composer require annotations

src/Controller/Example002Controller.php 작성

php -S 127.0.0.1:8000 -t public
브라우져에서 아래와 같이 “http://localhost:8000/” 실행 한다.
