Clearing cache:
php artisan cache:clear // Flush the application cache
php artisan config:clear // Remove the configuration cache file
php artisan clear
// OR
php artisan clear-compiled // Remove the compiled class file
Clearing cache:
php artisan cache:clear // Flush the application cache
php artisan config:clear // Remove the configuration cache file
php artisan clear
// OR
php artisan clear-compiled // Remove the compiled class file
Be First to Comment