clear bootstrap cache laravel

Solutions on MaxInterview for clear bootstrap cache laravel by the best coders in the world

showing results for - "clear bootstrap cache laravel"
Maja
15 Nov 2018
1
2
3    Clear cache before you deploy the application
4
5    php artisan cache:clear
6
7    Clear cache manually
8
9    rm -rf bootstrap/cache/*
10