Download the PHP package acquia/drupal-minimal-project without Composer
On this page you can find all versions of the php package acquia/drupal-minimal-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download acquia/drupal-minimal-project
More information about acquia/drupal-minimal-project
Files in acquia/drupal-minimal-project
Package drupal-minimal-project
Short Description Minimal Acquia-compatible Drupal application based on the Drupal Recommended Project
License GPL-2.0-or-later
Informations about the package drupal-minimal-project
Acquia Drupal Minimal Project is EOL
Use Acquia Drupal Recommended Project instead; it is now functionally identical. For more information see https://github.com/acquia/drupal-recommended-project/issues/157.
Original description
This project template provides a minimal Drupal 9 application to be hosted on Acquia. It includes only essential dependencies and configuration to install and host Drupal 9 on Acquia. It is based on the Drupal Recommended Project, with only a few modifications:
- A relocated docroot for compatibility with Acquia hosting
- The addition of Drush
- The addition of Asset Packagist for compatibility with Lightning
This project targets experienced developers who prefer to build a new application from the ground up. If you prefer a more complete out-of-the-box Drupal 9 experience on Acquia Cloud, consider trying the Acquia Drupal Recommended Project instead.
Installation and usage
Create a new project using Composer:
Once you create the project, you can and should customize composer.json
and the rest of the project to suit your needs. You will receive updates from any dependent packages, but not from the project template itself. It's yours to keep!
For instance, you can add a new package by running the following command and committing the changed composer.json
and composer.lock
to Git:
License
Copyright (C) 2020 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.
All versions of drupal-minimal-project with dependencies
composer/installers Version ^1.9
cweagans/composer-patches Version ^1.6
drupal/core-composer-scaffold Version ^9
drupal/core-recommended Version ^9
drush/drush Version ^10.3 || ^11