Download the PHP package lucacracco/robo-drupal without Composer
On this page you can find all versions of the php package lucacracco/robo-drupal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucacracco/robo-drupal
More information about lucacracco/robo-drupal
Files in lucacracco/robo-drupal
Download lucacracco/robo-drupal
More information about lucacracco/robo-drupal
Files in lucacracco/robo-drupal
Vendor lucacracco
Package robo-drupal
Short Description A my custom Robo task runner for Drupal.
License MIT
Package robo-drupal
Short Description A my custom Robo task runner for Drupal.
License MIT
Please rate this library. Is it a good library?
Informations about the package robo-drupal
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
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.
All versions of robo-drupal with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
consolidation/robo Version ^4
drush/drush Version ^9.7.1 | ^10.0.0 | ^11.0.0
webflo/drupal-finder Version ^1.0
consolidation/robo Version ^4
drush/drush Version ^9.7.1 | ^10.0.0 | ^11.0.0
webflo/drupal-finder Version ^1.0
The package lucacracco/robo-drupal contains the following files
Loading the files please wait ....