企业网站建设招标技术标准,网页制作与设计,电脑如何做网站,做网站创意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