Code Monkey home page Code Monkey logo

lightpicture's Introduction

LightPicture

LightPicture - 企业/团队图床系统

☁ 使用thinkphp+vue开发,前后端分离;本仓库为完整版程序,下载后根据安装教程安装即可使用;

官网   -   演示   -  捕风阁  

b200946b6beab015.png 2a2cd7d94cbc9db7.png

程序功能

  • 支持第三方云储存,本地、阿里云 OSS、腾讯云 COS、七牛云
  • 支持多桶储存,可同时添加多个对象存储桶管理
  • 多图上传、拖拽上传、粘贴上传、上传预览、全屏预览、一键复制图片外链
  • 多用户管理、分组管理;不同分组用户控制不同的存储桶
  • 完整的权限控制功能,不同用户组可分配不同的操作权限,控制其上传删除及查看
  • 完整的可视化日志功能,记录用户所有操作,方便事件溯源
  • 全局配置用户初始剩余储存空间、设置指定用户剩余储存空间
  • 支持接口上传、接口删除
  • 原创Geek扁平化页面风格,简约大气;前端使用vue开发,前后端分离

安装要求

  • PHP 版本 ≥ 7.2
  • Mysql版本 ≥ 5.5
  • PDO 拓展
  • fileinfo 拓展
  • curl 拓展

安装教程

  1. 下载LightPicture,上传至 web 运行环境,解压。
  2. 设置运行目录为 public。
  3. 配置网站默认文档:
index.html
index.php
  1. 配置 Rewrite 规则为:thinkphp

[ 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>

[ Nginx]

location / { 
   if (!-e $request_filename) {
   		rewrite  ^(.*)$  /index.php?s=/$1  last;
    }
}
  1. 访问 域名/install,根据页面提示安装。
  2. 安装完成后默认 账号为admin 密码123456

注:完成后若开启前台注册请登录管理员账号配置发信邮箱

联系我

捐赠/打赏

如果您认可我的作品,并且觉得对你有所帮助我愿意接受来自各方面的捐赠

支付宝 微信

鸣谢

  • ThinkPHP
  • Vue
  • iviewUI
  • Iconfont
  • viewer.js

开源许可

GPL 3.0

Copyright (c) 2022 LightPicture.

lightpicture's People

Contributors

osuuu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.