Get the App
SLTechnology News&Howtos  ›  Development  › 

What is the clear cache command for laravel

Shulou Source: shulou.com Published: 2022-06-03 13:09:54 09月26日 Update

This article introduces the knowledge of "what is the cache removal command of laravel". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

This article operating environment: Windows7 system, Laravel5.7 version, Dell G3 computer

What is the laravel clear cache command?

Clear laravel cache command

Clear the cache in Laravel (terminal)

Log in to the system running the laravel application and open the terminal. Then navigate to the Laravel application code. Here, you can use the following command to clear the cache:

1. Clear the application cache

Run the following command to clear the application cache for the Laravel application

$php artisan cache:clear

2. Clear the route cache

To clear the route cache for the Laravel application, execute the following command from shell.

$php artisan route:cache

3. Clear the configuration cache

You can use config:cache to clear the configuration cache for Laravel applications.

$php artisan config:cache

4. Clear the compiled view file

In addition, you may need to clear the compiled view file for the Laravel application. To clear the compiled view file, run the following command from the terminal.

$php artisan view:clear

Clear the cache in Laravel (browser)

Most shared host providers do not provide SSH access to the system. In this case, you can clear the Laravel cache by calling URL in the browser. Just put the following code in the routes / web.php file of the Laravel application. Then access the URL in the browser to clear the cache of the Laravel application.

Route::get ('/ clear-cache', function () {Artisan::call ('cache:clear'); return "Cache is cleared";}); "what is the cache clearing command for laravel" ends here, thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Tags: Cache programs applications applications commands files browsers systems terminals views browsing compiling running code content situations more knowledge routing configuration Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno MariaDB Apple Xiaomi vpn Shulou Tech Info