"라라벨 routes/web.php"의 두 판 사이의 차이

잔글 (Jmnote님이 Routes/web.php 문서를 라라벨 routes/web.php 문서로 이동했습니다)
23번째 줄: 23번째 줄:
==같이 보기==
==같이 보기==
* [[routes/api.php]]
* [[routes/api.php]]
* [[routes/console.php]]


==참고==
==참고==

2018년 2월 7일 (수) 15:25 판

1 개요

라라벨 routes/web.php
<?php

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

Route::get('/', function () {
    return view('welcome');
});

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}