//清除路由缓存 用 php artisan api:cache 代替 php artisan route:cache
//清除配置缓存 php artisan config:clear
//清除缓存 php artisan cache:clear
//开启路由缓存 php artisan route:cache (开发环境不要开启,否则每次修改开发路由都会有问题,可以执行这个 php artisan cache:clear关闭)