触摸屏html网站,淘宝权重查询入口,苏州企业展厅设计公司,东营哪里做网站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