smallerid/skeleton

适用于PHP项目的mini skeleton,支持Docker集成

安装: 3

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:Makefile

类型:项目

v1.0.4 2023-02-01 20:15 UTC

This package is auto-updated.

Last update: 2024-09-30 00:01:44 UTC


README

## 安装 ### 使用composer

composer create-project smallerid/skeleton

### 使用git clone

git clone https://github.com/smallerist/skeleton.git sample-app

### 设置PHPSTROM

IDE_KEY: XDEBUG_CONFIG="idekey=secret-ide-key";XDEBUG_ENABLE="true”