Guest User

Untitled

a guest
Dec 10th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo -e "\e[1m\e[94mpost checkout: renew Laravel caches.\e[0m"
  4. php artisan cache:clear
  5. php artisan config:cache
  6. php artisan route:cache
  7. php artisan view:clear
Add Comment
Please, Sign In to add comment