Clear the cache in init.sh

This commit is contained in:
Kevin MacMartin 2022-03-30 16:35:39 -04:00
parent b13283c9f3
commit 0c7a2cbf66

View file

@ -75,6 +75,9 @@ while read -r; do
}
done < .env
msg "Running: ${c_m}php artisan route:clear"
php artisan cache:clear
msg "Running: ${c_m}php artisan route:clear"
php artisan route:clear