라라벨 artisan route:list


개요

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        |
+--------+----------+-----------+------+---------+------------+

같이 보기