acquia / blt-project
Project template for Drupal 8 sites built with BLT.
Installs: 219 696
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 12
Forks: 22
Type:project
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
This package is auto-updated.
Last update: 2022-07-06 18:10:04 UTC
README
This is a Composer-based installer for a Drupal 8 project utilizing BLT.
Get Started
To create a new Drupal 8 project with BLT included, follow instructions for creating a new project in BLT.
Branches
Tags of blt-project will build a new project using the latest stable tag from BLT. E.g.,
composer create-project acquia/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 acquia/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) 2016 Acquia, Inc.
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.