File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ if [[ $1 != "-bash" ]]; then
235235 {
236236 php artisan view:cache
237237 php artisan config:cache
238+ php artisan route:clear
238239 php artisan route:cache
239240 php artisan cache:clear
240241 } & >> $BLUEPRINT__DEBUG
@@ -1356,6 +1357,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD="
13561357 {
13571358 php artisan view:cache
13581359 php artisan config:cache
1360+ php artisan route:clear
13591361 php artisan route:cache
13601362 php artisan cache:clear
13611363 } & >> $BLUEPRINT__DEBUG
@@ -1720,6 +1722,7 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
17201722 {
17211723 php artisan view:cache
17221724 php artisan config:cache
1725+ php artisan route:clear
17231726 php artisan route:cache
17241727 php artisan cache:clear
17251728 } & >> $BLUEPRINT__DEBUG
You can’t perform that action at this time.
0 commit comments