DEV Community

Zubair Mohsin
Zubair Mohsin

Posted on

Laravel clear all cache with one command

Today I learned about a Laravel Artisan command which helps clear all kinds of cache at once.

Behold,

php artisan optimize:clear

Let's see the output of this command:

laravel-optimize-clear-command

That's right! Laravel has all sorts of caching to make it speedy that it is.

Latest comments (1)

Collapse
 
sakhideveloper profile image
sakhideveloper

Very impressive study about laravel and i like this man post.