https://github.com/friendsofthinkphp/thinkphp-skeleton
🛠 A skeleton of ThinkPHP framework
https://github.com/friendsofthinkphp/thinkphp-skeleton
thinkphp
Last synced: 2 days ago
JSON representation
🛠 A skeleton of ThinkPHP framework
- Host: GitHub
- URL: https://github.com/friendsofthinkphp/thinkphp-skeleton
- Owner: friendsofthinkphp
- License: other
- Created: 2019-11-15T08:22:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T04:46:43.000Z (about 6 years ago)
- Last Synced: 2025-08-16T01:51:04.101Z (6 months ago)
- Topics: thinkphp
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ThinkPHP Skeleton
===============
> 运行环境要求PHP7.1+。
### 创建项目
```
$ composer create-project xiaodi/think-skeleton
```
### 安装
```sh
$ composer i
```
### 启动
```sh
$ composer start
```
### 格式化代码
```sh
$ composer cs-fix path
```
### 代码静态分析
```sh
$ composer analyze
```