Skip to content

Commit 600e342

Browse files
committed
feat core: do not cache routes
1 parent f4b3a64 commit 600e342

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

blueprint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ if [[ $1 != "-bash" ]]; then
236236
php artisan view:cache
237237
php artisan config:cache
238238
php artisan route:clear
239-
php artisan route:cache
240239
php artisan cache:clear
241240
} &>> $BLUEPRINT__DEBUG
242241
updateCacheReminder
@@ -1358,7 +1357,6 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD="
13581357
php artisan view:cache
13591358
php artisan config:cache
13601359
php artisan route:clear
1361-
php artisan route:cache
13621360
php artisan cache:clear
13631361
} &>> $BLUEPRINT__DEBUG
13641362

@@ -1723,7 +1721,6 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
17231721
php artisan view:cache
17241722
php artisan config:cache
17251723
php artisan route:clear
1726-
php artisan route:cache
17271724
php artisan cache:clear
17281725
} &>> $BLUEPRINT__DEBUG
17291726

0 commit comments

Comments
 (0)