清除应用程序全部缓存

php artisan cache:clear

清除路由缓存

php artisan route:cache

清除配置缓存

php artisan config:cache

清除已编译的视图文件缓存

php artisan view:clear