Skip to content

Commit f4b3a64

Browse files
committed
feat core: add route cache clear to extension management
1 parent 69685d5 commit f4b3a64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

blueprint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)