0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

.envを更新後のコマンド

0
Posted at

.env 更新後

キャッシュ削除

php artisan optimize:clear 

上記の補足

php artisan optimize:clear
# ↓ 1個で4つをまとめて実行してくれる
php artisan cache:clear //アプリケーションのキャッシュ を削除
php artisan config:clear //設定(config)キャッシュ を削除
php artisan route:clear //ルートキャッシュ を削除
php artisan view:clear //Bladeビューのキャッシュ を削除
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?