nmangold / blt-project
Project template for Drupal 8 sites built with BLT.
Requires
- php: >=7.2
- acquia/blt: ^11.2.0
- acquia/drupal-spec-tool: *
- acquia/lightning: dev-8.x-4.x
- acquia/memcache-settings: *
- drupal/acquia_connector: ^1.5.0
- drupal/acquia_purge: ^1.0-beta3
- drupal/cog: ^1.0.0
- drupal/config_split: ^1.0.0
- drupal/core-composer-scaffold: ^8.8
- drupal/core-recommended: ^8.8.0
- drupal/devel: ^2.0.0
- drupal/features: ^3.8.0
- drupal/qa_accounts: ^1.0.0-alpha1
- drupal/seckit: ^1.0.0-alpha2
- drupal/shield: ^1.2.0
Requires (Dev)
- acquia/blt-require-dev: 11.x-dev
- 12.x-dev
- 11.x-dev
- 11.2.0
- 11.1.0
- 11.0.0
- 11.0.0-rc1
- 11.0.0-alpha1
- 10.x-dev
- 10.7.1
- 10.6.0
- 10.5.0
- 10.4.0
- 10.3.1
- 10.3.0
- 10.2.0
- 10.1.0
- 10.0.x-dev
- 10.0.1
- 10.0.0
- 10.0.0-rc4
- 10.0.0-rc1
- 10.0.0-beta1
- 10.0.0-alpha1
- 9.x-dev
- 9.2.0
- 9.1.0
- 9.0.0
- 9.0.0-beta1
- 8.x-dev
- 8.0.4
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- dev-9.x-stable
- dev-8.x-stable
This package is auto-updated.
Last update: 2025-03-26 20:40:31 UTC
README
This is a Composer-based installer for a Drupal 8 project utilizing BLT. This project is forked from acquia/blt-project. However, does not include the Acquia Cloud connection module, or the Acquia Lightning Drupal install profile. Also, this package includes to commonly used modules, and other tools.
Get Started
To create a new Drupal 8 project with BLT included, nmangold style.
composer create-project --no-interaction nmangold/blt-project my_project
Branches
Tags of blt-project will build a new project using the latest stable tag from BLT. E.g.,
composer create-project nmangold/blt-project:^10.0.0-alpha1 --no-interaction my-project
The 10.x branch of blt-project will build a new project using the 10.x branch of BLT. E.g.,
composer create-project nmangold/blt-project:10.x-dev --no-interaction my-project
Contributing
This is a subtree split from the main BLT project. Do not open pull requests or make any other changes directly to blt-project.
License
Copyright (C) Nicholas Mangold
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.