In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
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!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.