해당 폴더에서 아래와 같이 실행 #> composer create-project symfony/skeleton the_example004 #> cd the_example004 #> composer require annotations #> composer require […]
PHP-Symfony4 Fancy Wildcard Routes & parameter 를 통한 화면 출력
composer create-project symfony/skeleton the_example003 실행 composer require annotations 실행 Example003Controller.php 에 아래 내용과 같이 작성 브라우져에서 아래와 같이 실행 소스 […]
PHP-Symfony4 Annotation Routes & Controller 를 통한 화면 출력
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/” 실행 한다. 소스 […]
PHP-Symfony4 Route & Controller 를 통한 화면 출력
composer create-project symfony/skeleton the_example01 브라우져에서 아래와 같이 실행 config/routes.yaml 파일에 아래와 같이 작성 src/Controller/Example01Controller.php 아래와 같이 작성 브라우져에서 아래와 같이 실행
PHP-Symfony4 윈도우 컴퓨터에 Symfony 설치하기
설치시 composer 을 이용 다운로드 받은 composer 설치 – PHP 연동 Symfony 개발 폴더 만들기 Mysql 데이터 베이스 연결 아래 […]
ATOM 터미널 사용해서 OPENSSH 를 통한 서버 접속
Atom 메뉴의 settings 실행 윈도우 10 , openssh 클라이언트 기능 추가 Atom 실행 상태에서 Ctrl + ` 를 실행한다. 명령어에서 […]