
一套轻量级企业团队图片资源管理系统、图床系统
使用thinkphp+vue开发,前后端分离;
ZipArchive 支持
{cloud title="LightPicture源码下载" type="github" url="https://github.com/osuuu/LightPicture" password=""/}
配置网站默认文档:
index.html
index.php4.配置 Rewrite 规则为:thinkphp
{tabs}
{tabs-pane label="[ Apache ]"}
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>{/tabs-pane}
{tabs-pane label="[ Nginx]"}
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}{/tabs-pane}
{/tabs}
{message type="success" content="注:完成后若开启前台注册请登录管理员账号配置发信邮箱"/}
