Download the PHP package acromedia/drupal-scaffold without Composer
On this page you can find all versions of the php package acromedia/drupal-scaffold. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download acromedia/drupal-scaffold
More information about acromedia/drupal-scaffold
Files in acromedia/drupal-scaffold
Package drupal-scaffold
Short Description Provides a development environment compatible with Acro Standards
License GPL-2.0-or-later
Informations about the package drupal-scaffold
INTRODUCTION
This package aims to be all you need to meet full Acro Standards development specifications on your project.
INSTALLATION
Composer
-
You will need to specifically allow non-standard scaffold packages. Add the following to your composer.json
-
Use composer to add package as a dev dependency
-
(Optional) Setup your project name
This will set the correct project name in the lando and phpunit config, otherwise you will have to do so manually
Overridding
Invoke
This package provides standard tasks but you can also provide your own. It is recommended to provide your own additional tasks as opposed to overriding the existing tasks. Since everything is python based, you can also call on individual functions.
Lando
This package provides a .lando.base.yml
with a standard Drupal setup, you should provide your specific customization in a .lando.yml
file and commit that to your project. If you wish to have specific config only to you, you can provide a .lando.local.yml
file.
NPM/Yarn - Package.json
NPM does not have any mechanism for base files or overrides. This package provides package.json changes as appends, to hopefully work with your existing files, but you may have to manually merge changes.
Composer
Like NPM, composer doesn't have any mechanism for base files, so the same append workflow is used.