Answers for "clear redis cache command laravel"

PHP
22

laravel artisan clear cache

//Updated Dec 2020
//laravel artisan clear cache 
php artisan view:clear 
php artisan cache:clear
php artisan route:clear
php artisan config:clear
Posted by: Guest on December-12-2020
0

laravel artisan clear cache

php artisan optimize:clear
//This clears all laravel caches for views,application, route,configuration
// and complied services and packages
Posted by: Guest on March-29-2022

Browse Popular Code Answers by Language