This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
window.setInterval(function() { | |
document.getElementById('buffer').src = "about:blank"; | |
}, 10); | |
</script> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# After *Activate New Release* | |
cd {{ release }} | |
php artisan cache:clear | |
php artisan view:clear | |
php artisan purifier:clear | |
php artisan config:cache | |
php artisan route:cache |