php artisan optimize //优化类加载
php artisan config:cache //配置缓存
php artisan route:cache //路由缓存
清空配置缓存
php artisan cache:clear
php artisan config:clear