To clear the Laravel cache, run the command
php artisan cache:clear
You can also delete compiled files from
rm -rf bootstrap/cache/*
Back to Laravel
To clear the Laravel cache, run the command
php artisan cache:clear
You can also delete compiled files from
rm -rf bootstrap/cache/*
Back to Laravel
Leave a Reply