Commit e1caa842 authored by wuxiaoli's avatar wuxiaoli

no message

parent ef6dc563
......@@ -33,3 +33,29 @@ SentOS管理系统是一个基于Laravel + Vue 开发的后台管理系统,主
- [x] 配置管理 参数的管理
- [x] 字典管理 字典数据管理
- [x] 操作日志 后台用户操作记录
注意:
unlink public/storage 删除现有的链接
php artisan storage:link 重新创建软链接访问图片
ln -s /www/wwwroot/jwhx.xicheda.cn/resources/attachs public/attachs 创建一个新的链接指向不同的目录
ls -l public/storage 检查是否存在链接
php artisan queue:work 命令启动一个队列工作进程(用于事件监听)
php artisan queue:work --daemon
清理和优化配置缓存
php artisan config:cache
清理和优化路由缓存
php artisan route:cache
清理和优化视图缓存
php artisan view:cache
清理日志文件
php artisan log:clear
注意:修改生成缓存文件权限
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment