To clear the Laravel cache, run the command
php artisan cache:clear
You can also delete compiled files from
rm -rf bootstrap/cache/*
Visited 1 times, 1 visit(s) today
To clear the Laravel cache, run the command
php artisan cache:clear
You can also delete compiled files from
rm -rf bootstrap/cache/*