최적화 명령어들

Submitted by river - 등록 8 years ago - 수정 8 years ago

최적화 명령어들

php artisan optimize
php artisan config:cache
php artisan route:cache

최적화 명령어로 생성된 캐시 삭제 명령어들

php artisan clear-compiled
php artisan config:clear
php artisan route:clear
php artisan view:clear

관련글

Laravel 5 optimization commands

comments powered by Disqus