Running this command destroyed my site: composer remove drupal/upgrade_status

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.

drupal composer proxy artifactory (nexus)

Goodnight.

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?

Thank you so much

drupal 8.9.0 messagge: "-bash: composer: command not found"

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"

What am I missing?

Thanks in advance

.env and security on Production site

I'm building a new Drupal 8 site using https://github.com/drupal-composer/drupal-project and in the project page it says:

Creates environment variables based on your .env file. See .env.example.

I'm using .env for development as it's great. Though I'm wondering about using it on a production site.

1) Has anyone used this on a Production site and is it recommended?

Why is my tagged with field missing when I try to create a View?

Hi, 

when I try to create a View with an individual Taxonomy Im totally missing the field "tagged with". How can I get this field back?

I choose Show Content of Type all, but the tagged with is missing.

Thanks in adavance

Fabian

D8 populate the role field on the user add form

Hi,

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 :
 

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x