LoginSignup
3
4

More than 3 years have passed since last update.

Laravelのプロジェクトをgit pullしたときに実行するキャッシュクリア系のコマンドをワンライナーでするやつ

Last updated at Posted at 2019-08-27

Laravelのプロジェクトをgit pullしたときに実行するキャッシュクリア系のコマンド(Artisan)をワンライナーでするやつです。
【Laravel】わりとよく使うArtisanコマンド集 - Qiita のコマンドを順に実行します。

コマンド

composer dump-autoload && php artisan cache:clear && php artisan config:clear && php artisan view:clear && php artisan route:clear

参考URL

3
4
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
3
4