해당 폴더에서 아래와 같이 실행
#> composer create-project symfony/skeleton the_example004
#> cd the_example004
#> composer require annotations
#> composer require twig
src\Controller\Example004Controller.php 작성

templates\temppage\show.html.twig 작성

#> php -S 127.0.0.1:8000 -t public
브라우져 화면에 실행
