php artisan migrate

php artisan migrate --env=testing php artisan migrate:rollback php artisan queue:work --stop-when-empty

PHP와 Laravel에서 사용할 수 있는 주요 clear 명령어들은 다음과 같습니다:

  1. 캐시 삭제:
Copy
php artisan cache:clear

  1. 설정 캐시 삭제: