"라라벨 artisan route:list"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
4번째 줄: 4번째 줄:
* 라라벨 라우트 목록을 조회하는 [[artisan 명령어]]
* 라라벨 라우트 목록을 조회하는 [[artisan 명령어]]


<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:/var/www/laravel# php artisan route:list
root@zetawiki:/var/www/laravel# php artisan route:list
+--------+----------+-----------+------+---------+------------+
+--------+----------+-----------+------+---------+------------+
13번째 줄: 13번째 줄:
|        | DELETE  | task/{id} |      | Closure | web        |
|        | DELETE  | task/{id} |      | Closure | web        |
+--------+----------+-----------+------+---------+------------+
+--------+----------+-----------+------+---------+------------+
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:58 기준 최신판

1 개요[ | ]

artisan route:list
라라벨 artisan route:list
root@zetawiki:/var/www/laravel# php artisan route:list
+--------+----------+-----------+------+---------+------------+
| Domain | Method   | URI       | Name | Action  | Middleware |
+--------+----------+-----------+------+---------+------------+
|        | GET|HEAD | /         |      | Closure | web        |
|        | POST     | task      |      | Closure | web        |
|        | DELETE   | task/{id} |      | Closure | web        |
+--------+----------+-----------+------+---------+------------+

2 같이 보기[ | ]

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