카테고리 없음
php 라라벨 설치 및 hello world
나스닥171819
2022. 3. 22. 07:57
728x90
반응형
https://laravel.kr/docs/7.x/installation
라라벨 7.x - 설치하기
라라벨 한글 메뉴얼 7.x - 설치하기
laravel.kr
8.0 을 설치하는데 7.0 도움말을 봐야 한다?
파일 2개로 hello world 를 만든다.가 핵심
https://www.studentstutorial.com/laravel/hello-world
Hello world example - Laravel framework
For hello world example we need to do minimum two things. Here we can see we created one root route(/) with get method( http method ) and in like callback style we return. A view welcome (resources/views/welcomel.blade.php ). 2. Create/open welcome.blade.p
www.studentstutorial.com
블래이드란 놈을 통해서 파일에 접근 하는 구조?
hello world 외 다른 예제는 동작이 잘 안됨 보지 말자.
반응형