Xpressengine3 \ Lightning
artisan route:list 로 settings 페이지 라우트 확인하기
라라벨에서는설정된 라우트 목록을 조회할 수 있는 artisan route:list
명령어를 지원한다.
사용자는 artisan route:list
명령어를 통해 해당 프로젝트의 라우트 목록을 쉽게 파악할 수 있다.
php artisan route:list
artisan route:list
명령어에 옵션을 설정하면 설정 (settings) 페이지
에 해당하는 라우터를 확인할 수 있습니다.
php artisan route:list --path=settings/
php artisan route:list --path=settings/ --method=GET
php artisan route:list --path=settings/ --method=POST
php artisan route:list --path=settings/ --method=GET > settings_get.txt
0개 댓글