project-base icon indicating copy to clipboard operation
project-base copied to clipboard

Provides a Composer template for a new Commerce 2.x project

Results 11 project-base issues
Sort by recently updated
recently updated
newest added

I have try to install symfony mailer and unistall swift mailer. As I can see to have a proper synfony mailer install, I have to remove mailsystem and swift mailer...

We are proposing to rename this template to `drupalcommerce/commerce-project`, inline with `drupalcommerce/demo-project` and `centarro/commerce-kickstart-project` So all templates are hyphened and end in `-project`

After install any module with composer, the file development.services.yml reseted how we can disabled that ??

``` $ ./bin/composer self-update --2 Command "self-update" is not defined. ``` https://drupal.stackexchange.com/q/299757/7177

Otherwise, a lot of npm-asset/* and bower-asset/* packages also download an extra copy of jQuery into the libraries folder.

https://github.com/drupal-composer/drupal-project#updating-drupal-core ``` composer update drupal/core webflo/drupal-core-require-dev symfony/* --with-dependencies ``` Since the change to webflo/drupal-core-require-dev it is now nessasary to specify that when updating core or nothing happens https://github.com/webflo/drupal-core-require-dev/issues/3#issuecomment-386119186 Suggest changing...

Was testing this with drupalvm and got ```TASK [geerlingguy.drupal : Install Drupal with drush.] ************************* fatal: [commercevm]: FAILED! => {"changed": true, "cmd": ["drush", "site-install", "commerce_base", "-y", "--root=/var/www/drupalvm/drupal/web", "--site-name=Drupal", "--account-name=admin", "--account-pass=admin",...

Currently composer patches will not halt the build if a patch fails to apply. IMO, this should be the default behavior, but it's not. Fortunately, there's a config to set...

In composer, specifying ~8.5 will actually match 8.x.x greater than 8.5, if the intention is to match 8.5.x and prevent matching 8.6 when an update is available, the correct way...

composer/installer latest tag is - v1.0.23 but updating it to master for this https://github.com/composer/installers/pull/269