IT & Programming

Laravel artisan clear cache

Clear file cache

This artisan command deletes all file cache from storage directory.

php artisan cache:clear

Clear route cache

This artisan command deletes route cache.

php artisan route:clear

Clear view cache

Artisan command to remove all view cache from storage directory.

php artisan view:clear

Clear config cache

This artisan command clears configuration cache.

php artisan config:clear

Clear complied cache

Artisan command to delete complied classes or services cache.

php artisan clear-compiled

Clear file, config and route cache

This artisan command clears file, configuration and route cache in one go.

php artisan optimize

Leave A comment

Email address is optional and will not be published. Only add email address if you want a reply from blog author.
Please fill required fields marked with *