Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jwhx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
jwhx
Commits
e1caa842
Commit
e1caa842
authored
Jul 25, 2025
by
wuxiaoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ef6dc563
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
README.md
README.md
+26
-0
No files found.
README.md
View file @
e1caa842
...
@@ -33,3 +33,29 @@ SentOS管理系统是一个基于Laravel + Vue 开发的后台管理系统,主
...
@@ -33,3 +33,29 @@ SentOS管理系统是一个基于Laravel + Vue 开发的后台管理系统,主
-
[x] 配置管理 参数的管理
-
[x] 配置管理 参数的管理
-
[x] 字典管理 字典数据管理
-
[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
注意:修改生成缓存文件权限
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment