myengine/skeleton
最新稳定版本:1.0.1
Composer 安装命令:
composer require myengine/skeleton
包简介
MyEngine Skeleton Application
README 文档
README
Using Composer
The recommended way to get a working copy of this project is to clone the repository
and use composer to install dependencies using the create-project command:
composer create-project myengine/skeleton ./
Installing Composer
Installing Composer locally is a matter of just running the installer in your project directory:
curl -sS https://getcomposer.org/installer | php
Note: If the above fails for some reason, you can download the installer with php instead:
php -r "readfile('https://getcomposer.org/installer');" | php
You can place this file anywhere you wish. If you put it in your PATH, you can access it globally. On unixy systems you can even make it executable and invoke it without php. You can run these commands to easily access composer from anywhere on your system:
mv composer.phar /usr/local/bin/composer
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-05-30