\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 )

브라우져 실행
