https://github.com/lucacracco/robo-drupal
RoboTask for Drupal8
https://github.com/lucacracco/robo-drupal
drupal8 robo
Last synced: 8 months ago
JSON representation
RoboTask for Drupal8
- Host: GitHub
- URL: https://github.com/lucacracco/robo-drupal
- Owner: lucacracco
- Created: 2020-02-27T22:39:20.000Z (over 6 years ago)
- Default Branch: 4.x
- Last Pushed: 2024-11-18T21:59:54.000Z (over 1 year ago)
- Last Synced: 2025-01-31T15:11:31.125Z (over 1 year ago)
- Topics: drupal8, robo
- Language: PHP
- Homepage:
- Size: 76.2 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robo.li & Drupal
This repository contains a library dedicated to the initialization, building, management and maintenance of Drupal8/9/10
projects through the assistance of Robo.li.
## Install
```bash
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.php` with all sites that you are working.