Laravel 清理缓存命令的使用
清理视图缓存:php artisan view:clear
清理运行缓存:php artisan cache:clear
清除配置缓存:php artisan config:clear
清除路由缓存:php artisan route:clear
创建建立 Session 表迁移:php artisan session:table
清理视图缓存:php artisan view:clear
清理运行缓存:php artisan cache:clear
清除配置缓存:php artisan config:clear
清除路由缓存:php artisan route:clear
创建建立 Session 表迁移:php artisan session:table