DEV Community

Zubair Mohsin
Zubair Mohsin

Posted on

9 2

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.

Top comments (1)

Collapse
 
sakhideveloper profile image
sakhideveloper

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

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay