drupal / webship_project
Project template for the webship.co Portal site
Package info
git.drupalcode.org/project/webship_project.git
Type:project
pkg:composer/drupal/webship_project
Requires
- composer/installers: ~2
- cweagans/composer-patches: ~2.0
- drupal/core: ~11.4.0
- drupal/core-composer-scaffold: ~11.4.0
- oomphinc/composer-installers-extender: ~2.0
- webship/patches: ~11.0.0
- webship/webship: ~11.0.0
Requires (Dev)
Conflicts
This package is auto-updated.
Last update: 2026-07-26 01:48:09 UTC
README
Webship
The Webship.co portal site was built on top of Drupal, as it has many options, tools, frameworks, and configuration management, which are needed in building solutions.
Usage
First you need to install composer.
Note: The instructions below refer to the global composer installation. You might need to replace
composerwithphp composer.phar(or similar) for your setup.
After that you can create the project:
To install the latest version of Webship ~11.0.0 run this command:
composer create-project drupal/webship_project:11.0.0-rc1 WEBSITE_NAME --stability dev --no-interaction
To install the development version of Webship 11.0.x run this command:
composer create-project drupal/webship_project:11.0.x-dev WEBSITE_NAME --stability dev --no-interaction
