homestead에서 사용한 명령창은 이제 사용하지 않는다.
사용하는 에디터로 프로젝트 파일을 연다.
laravel.app로 접속하면 WelcomeController에서 index 를 실행시킨다.
view는 리소스에 있다.
기본 라우팅 도움말
http://xpressengine.github.io/laravel-korean-docs/docs/5.0/routing/
blade템플릿 도움말
http://xpressengine.github.io/laravel-korean-docs/docs/5.0/templates/
Route::get('/test/{msg}',function($msg)
{
return 'Hello '.$msg;
});
'지식창고 > 프로그램' 카테고리의 다른 글
크롬 마우스 제스쳐 확장 (0) | 2016.09.21 |
---|---|
ConEmu 설정 (0) | 2016.08.31 |
Laravel - 홈스테드 설치와 기본 설정 (0) | 2015.05.19 |
ADO라이브러리에서 오라클 프로시저 레코드셋 받기 (0) | 2014.09.22 |
MS-SQL 에서 oracle로 DB마이그레이션 (0) | 2014.09.22 |