[ Web 관련 ]/Laravel

라라벨 라우트(route) 수정 후 반영이 안될때 + 현재 라우트(route) 조회

BIZLAB 2024. 4. 25. 12:10

 

php artisan route:clear //캐시삭제 (주로 개발모드에서만 사용)

php artisan route:cache //다시 캐시 시작

 

php artisan route:list  //라우트 목록 조회

 

참고

php artisan cache:clear 

php artisan config:clear