PHP Artisan Clear Commands
//clear
php artisan config:clear
php artisan route:clear
php artisan route:clear
php artisan view:clear
//cache
php artisan config:cache
php artisan route:cache
php artisan route:cache
php artisan view:cache
Gifted Goosander