shahinam/shade-project
Composer 安装命令:
composer create-project shahinam/shade-project
包简介
Project template for Drupal 8 sites built with the Shade distribution.
README 文档
README
This is a Composer-based installer for the Shade Drupal distribution.
Usage
$ composer create-project shahinam/shade-project MY_PROJECT
Basic composer usage
Install a module
composer require drupal/<module-name>
Examples
composer require drupal/devel
composer require drupal/ctools
This will install latest available version. If you want to specify a version
composer require drupal/<module-name>:<version>
Update a module
composer update drupal/<module-name>
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-28