An open API service indexing awesome lists of open source software.

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

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