上海的网站设计公司,必应搜索引擎,成立公司名字大全,胶州网站建设1、清除应用程序缓存:
php artisan cache:clear2、清除路由缓存: php artisan route:cache3、清除配置缓存: php artisan config:cache4、清除编译后的视图文件: php artisan view:clear5、清除事件和监听器缓存:
ph…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