1、清除应用程序缓存:
php artisan cache:clear
2、清除路由缓存:
php artisan route:cache
3、清除配置缓存:
php artisan config:cache
4、清除编译后的视图文件:
php artisan view:clear
5、清除事件和监听器缓存:
php artisan event:clear
6、清除缓存数据库:
php artisan db:wipe
网络安全等级保护测评:保障信息资产安全的关键
阅读 7
2024-10-30
php artisan cache:clear
php artisan route:cache
php artisan config:cache
php artisan view:clear
php artisan event:clear
php artisan db:wipe
相关推荐
精彩评论(0)