https://github.com/deatil/short-url
short-url 是基于 webman 的短链接服务系统
https://github.com/deatil/short-url
api bootstrap php short-url short-url-system short-urls webman
Last synced: 11 months ago
JSON representation
short-url 是基于 webman 的短链接服务系统
- Host: GitHub
- URL: https://github.com/deatil/short-url
- Owner: deatil
- License: apache-2.0
- Created: 2022-10-17T06:33:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T15:23:30.000Z (over 3 years ago)
- Last Synced: 2025-04-29T12:49:24.308Z (about 1 year ago)
- Topics: api, bootstrap, php, short-url, short-url-system, short-urls, webman
- Language: Blade
- Homepage: https://github.com/deatil/short-url
- Size: 11.9 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/Request.php
Awesome Lists containing this project
README
# short-url 短链接服务系统
lshort-url 是一套基于 webman 框架的通用短链接服务系统
## 项目介绍
* `lshort-url` 是基于 `webman` 框架的通用短链接服务系统
* 使用 `bootstrap` 前端框架搭建的用户界面
## 环境要求
- PHP >= 8.0.2
- Fileinfo PHP Extension
## 截图预览
更多截图
[Short-url 后台截图](https://github.com/deatil/short-url/issues/1)
## 安装步骤
1. 首先 `clone` 系统到本地
```git
git clone https://github.com/deatil/short-url.git
```
2. 导入数据库文件 `/doc/short_url.sql` 到数据库, 并配置数据库连接信息 `/config/database.php`
3. 更新依赖
```php
composer update
```
4. 测试开发
```php
php windows.php
```
或者
```php
php start.php
```
5. 登录地址: `http://127.0.0.1:8787/account/login`, 后台登录账号及密码:`admin` / `123456`
## 特别鸣谢
感谢以下的项目,排名不分先后
- workerman/webman
- vlucas/phpdotenv
- illuminate/database
## 开源协议
* `short-url` 遵循 `Apache2` 开源协议发布,在保留本系统版权的情况下提供个人及商业免费使用。
## 版权
* 该系统所属版权归 deatil(https://github.com/deatil) 所有。