Skip to content

Commit

Permalink
fix: add clear cache for blog be
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 21, 2024
1 parent b652aeb commit 3389839
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ build_admin() {
php artisan migrate
fi

php artisan config:cache
php artisan route:cache

echo ''
}

Expand Down

0 comments on commit 3389839

Please # to comment.