Commands.app

php artisan cache:clear

Optimization

Clear the application cache

Examples
Common usage examples

Clear application cache

php artisan cache:clear

Clear configuration cache

php artisan config:clear

Clear route cache

php artisan route:clear

Clear compiled view files

php artisan view:clear
Related Commands
You might also find these useful