coresky/hole
最新稳定版本:0.564
Composer 安装命令:
composer create-project coresky/hole
包简介
Empty project from Coresky framework
README 文档
README
Docs: wiki section (russian only).
Homepage: https://coresky.net/
Install & run
With composer:
composer create-project coresky/hole # or try latest dev: composer create-project coresky/hole hole "dev-master" cd hole # then run PHP's embedded web-server: php vendor/bin/sky s
Or with moon:
curl https://coresky.net/api?get=hole.zip > hole.zip mkdir -p hole/public unzip hole.zip -d hole/public cd hole/public php moon.php hole.sky
Or download latest dev with git:
# the app git clone https://github.com/energy-coresky/empty-app.git # the framework git clone https://github.com/energy-coresky/air.git # the wares mkdir empty-app/wares cd empty-app/wares git clone https://github.com/energy-coresky/parsedown.git git clone https://github.com/energy-coresky/earth.git git clone https://github.com/energy-coresky/mercury.git # then run PHP's embedded web-server: php ../../air/sky s
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-27