LoginSignup
0
0

More than 1 year has passed since last update.

【Laravel】ファイルの変更が反映されない時のコマンド集

Posted at

キャッシュをクリアすると反映される

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

上記でも反映されなかった場合

composer dump-autoload
php artisan clear-compiled
php artisan optimize
php artisan config:cache
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0