Laravel 清理缓存的命令
2019-10-12 本文已影响0人
晨曦入诗
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