系统:CentOS 7
## 缓存路由 php artisan route:cache
## 缓存配置 php artisan config:cache
## 类映射加载优化 php artisan optimize
在终端运行上面这代码出现上面提示
可以使用 php artisan route:clear 命令来清除缓存
php artisan route:clear
提示什么,看不到
@ModStart:
You can't run this command as root ( uid = 0 ).
不要使用root运行,使用php的运行用户,通常是www
QQ扫一扫联系
点击联系
2374926113
微信扫一扫联系
可以使用
php artisan route:clear
命令来清除缓存提示什么,看不到
@ModStart:
You can't run this command as root ( uid = 0 ).
不要使用root运行,使用php的运行用户,通常是www