PHP Laravel – 새로운 index 페이지 만들기 – 2

 \resources\views\pages\index.blade.php
파일 생성 및 작성

<!doctype html>
<html lang="{{ app()->getLocale() }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{config('app.name','LSAPP')}}</title>
</head>
<body>

</body>
</html>
env 파일 수정 아래   (  APP_NAME=LSAPP )

브라우져 실행

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다