From 33898395990e05a56df02b6a18bb19d06e4d8723 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Thu, 21 Nov 2024 22:34:52 +0700 Subject: [PATCH] fix: add clear cache for blog be --- setup/functions.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/functions.sh b/setup/functions.sh index a61338d..73baf52 100644 --- a/setup/functions.sh +++ b/setup/functions.sh @@ -108,6 +108,9 @@ build_admin() { php artisan migrate fi + php artisan config:cache + php artisan route:cache + echo '' }