Laravel 清理緩存命令的使用
清理視圖緩存:php artisan view:clear
清理運行緩存:php artisan cache:clear
清除配置緩存:php artisan config:clear
清除路由緩存:php artisan route:clear
創(chuàng)建建立 Session 表遷移:php artisan session:table
清理視圖緩存:php artisan view:clear
清理運行緩存:php artisan cache:clear
清除配置緩存:php artisan config:clear
清除路由緩存:php artisan route:clear
創(chuàng)建建立 Session 表遷移:php artisan session:table