https://github.com/11003/thinkphp-blogphp
🍚 最初开发目的是自用博客系统。当然,你也可以当后台权限管理模板来用。
https://github.com/11003/thinkphp-blogphp
php thinkphp-blogphp thinkphp5
Last synced: 9 months ago
JSON representation
🍚 最初开发目的是自用博客系统。当然,你也可以当后台权限管理模板来用。
- Host: GitHub
- URL: https://github.com/11003/thinkphp-blogphp
- Owner: 11003
- Created: 2021-04-27T06:11:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:01:44.000Z (about 3 years ago)
- Last Synced: 2025-03-31T10:11:24.979Z (10 months ago)
- Topics: php, thinkphp-blogphp, thinkphp5
- Language: PHP
- Homepage: http://index.musclewiki.cn/login
- Size: 12.1 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## thinkphp-blogphp
**thinkphp-blogphp**最初开发目的是简单的博客系统,现在已经成长到简单的**CMS企业建站网站系统**。
```
# 克隆
git clone https://github.com/Haiwar/thinkphp-blogphp.git
# 进入项目
cd thinkphp-blogphp
# 安装composer方法
http://blog.musclewiki.cn/post/47?cid=53&index=false
# 安装vendor依赖
composer update
```
## 在线体验
[demo](http://index.musclewiki.cn/login)
账号 / 密码:**test**
# 登录账号
admin / 123456
# 数据库
* 文件路径: blogphp.sql
* 数据库属性
```
utf8mb4 -- UTF-8 Unicode
utf8mb4_general_ci
```

## 浏览
