We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29dc740 commit 73e1af2Copy full SHA for 73e1af2
1 file changed
update.sh
@@ -3,6 +3,7 @@ git fetch --all
3
git reset --hard origin/master
4
git pull
5
php composer.phar install
6
+php composer.phar dumpautoload
7
php artisan key:generate
-php artisan cache:clear
8
-php artisan view:clear
+php artisan view:clear
9
+php artisan cache:clear
0 commit comments