본문으로 바로가기

 

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

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

 

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

 

참고

php artisan cache:clear 

php artisan config:clear