lucacracco/robo-drupal
最新稳定版本:v4.2.0
Composer 安装命令:
composer require lucacracco/robo-drupal
包简介
A my custom Robo task runner for Drupal.
README 文档
README
This repository contains a library dedicated to the initialization, building, management and maintenance of Drupal10/11 projects through the assistance of Robo.li.
Install
composer require lucacracco/robo-drupal
Use
Use vendor/bin/robo list for see all commands.
Scaffolding and install Drupal example
Require library
composer require lucacracco/robo-drupal
Copy template files for settings/services
cp -v "[root]/vendor/lucacracco/robo-drupal/tests/template/tpl.settings.php" "[root]/web/sites/default/tpl.settings.php"
cp -v "[root]/vendor/lucacracco/robo-drupal/tests/template/tpl.services.yml" "[root]/web/sites/default/tpl.services.yml"
Run command for scaffold settings/services
./vendor/bin/robo scaffold
Run command for install Drupal (standard profile)
./vendor/bin/robo install standard
Notes
- When use multisite features is required to configure
sites.phpwith all sites that you are working.
统计信息
- 总下载量: 13.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-12