I've been humming along for weeks on a Drupal 8 site built with composer on my Linux machine when I decided to install the upgrade_status module. I soon realized that what I needed was a different module so I went to remove said module.
I would like to be able to use my own artifact repository, as a composer package proxy for drupal.
I use Nexus repository with composer, but With drupal repository not working ... has anyone had the same problem? How have you solved it?
Hello I have installed drupal 8.9.0, and now i want to install the "commerce" module.
I read that I must to use "composer", for installing it and it should be native in this
version of Drupal.
in the subfolder "drupal", on my web host, I can see the files "composer.json" and "composer.lock"
, but when I try to run the instruction "composer" via the ssh connection,
I get this messagge: "-bash: composer: command not found"
I need to prepopulate the role field on the user add form depending on the current user role.
I already tested the populate module on D8, but the checkbox field can't be prepopulated...
I have tried to hook the user_insert function with this :