A-A+
大商创x清除laravel缓存说明
大商创x清除 Laravel缓存命令操作:
php artisan optimize
备注:
1)清除路由缓存
2)清除文件缓存
3)清除配置缓存
如图:
2、手动删除缓存文件:
1)src/bootstrap/cache 删除文件夹内所有文件
2)src/storage/framework/cache/data 删除文件内所有文件
3)src/storage/framework/sessions 删除文件内所有文件
4)src/storage/framework/temp/compiled 删除文件内所有文件
5)src/storage/framework/temp/caches 删除文件内所有文件