ankitjain28may / drupalhost
Drupal application installer.
v2.1.0
2020-05-17 17:29 UTC
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~5.0
- symfony/filesystem: ~5.0
- symfony/process: ~5.0
This package is auto-updated.
Last update: 2024-11-19 23:10:40 UTC
README
DrupalHost is a Drupal Installer plugin similar to the laravel/installer
plugin. It only supports installation for Drupal 8.*
versions.
Installation
-
First, download the Drupal installer using Composer:
composer global require ankitjain28may/drupalhost
-
Once it is installed, the
drupalhost
new command will create a fresh Drupal installation in the directory you specify.drupalhost new blog
Note: It takes the latest release i.e 8.7.5
of the Drupal Releases
We can also install our specific version by running this command-
drupalhost new blog 8.7.4 # install drupal 8.7.4 release
drupalhost new blog composer # install drupal-composer
Note: Passing composer
as a version installs the drupal-composer project.
Contribute
Feel free to contribute
License
Copyright (c) 2019 Ankit Jain - Released under the MIT License