drupal-scaffold
drupal-scaffold copied to clipboard
:construction: Composer Plugin for updating the Drupal scaffold files when using drupal/core
This plugin is currently not compatible with Composer 2: ``` The "drupal-composer/drupal-scaffold" plugin was skipped because it requires a Plugin API version ("^1.0.0") that does not match your Composer installation...
How is that possible that in 2.6.1 version in README you say that post-install-cmd should be adjusted with "DrupalComposer\DrupalScaffold\Plugn::scaffold()", but Plugin::scaffold method has this as its first line: https://github.com/drupal-composer/drupal-scaffold/blob/2.6.1/src/Plugin.php#L96?
When install module using composer, how disable to copy development.services.yml from scaffold ??
`SoftException in Application.cpp:261: File "...web/index.php" is writeable by group, referer: https://energiaklub.hu/admin/reports/updates` Re-scaffolded index.php becomes group-writable and the application stops working. I assume this is caused by the system defaults (php's...
I'm trying to update composer, however I'm running into the error below. `PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or varia ble (T_VARIABLE) or '{' or...
It seems like Composer Scaffold (https://github.com/grasmash/composer-scaffold) is a more flexible replacement for Drupal Scaffold that could largely replace it, and perhaps that's what the community has decided to do, but...
### Issue links #89 ### Description As requested in the issue #89 the following files has been added: - modules/README.txt - profiles/README.txt - sites/README.txt - themes/README.txt
Builds are randomly failing on Travis CI since days because scaffold files could not be downloaded. I have the same issue with 8.6.15's scaffold files.  PHP 7.2.16 Composer version...
We're patching core in a separate repository instead of using composer patches. However, this breaks downloading the scaffold files, as the package version is used directly instead of any aliases....
I'm trying to setup drupal 8 on windows, but it's failing during some download, which I don't understand, since I can navigate to the files myself. Can I download the...