I have installed the libraries module. Please can someone tell me where the libraries folder is located in drupal 8.

Comments

vampeer’s picture

Your libraries folder is located within the drupal instalation. Bear in mind that the libraries folder is not created by default, so you have to create it by yourself.

Just go to your drupal installation (same location as core,modules,profiles,sites,themes and vendor folders) and create a new folder called libraries. That's it , you now have a libraries folder ^_^ .

Your structure should be something like this:

drupal
core
libraries
modules
profiles
sites
themes
vendor

etc.

Regards,

Alin

hamadknows’s picture

Thank You Alin

imbrianjohnson’s picture

This is very helpful.

barnamah’s picture

Please mention it. in your list again you have "drupal" that is not amongst the folder. 

So is it under site root or under "sites/libraries" ?

c-tools’s picture

Thanks to vampeer info, we could add for drupal 9.x

"Just go to your drupal installation (same location as core,modules,profiles,sites,themes and vendor folders)."

A "drupal" subfolder is probably not present.

So target is under root/libraries and not under "sites/libraries"