Required in PHP

Asked

Viewed 34 times

0

I’m a beginner in PHP and I’m trying to import a plugin to my page, but I don’t know how to call it, I’m currently using the phpspreadsheet and I care about him this way:

  require $_SERVER['DOCUMENT_ROOT'] ."/creating/assets/plugins/phpspreadsheet/vendor/autoload.php";

Now I’m trying to use Redis, for a cache system, but I don’t know which file in his folder to call, there’s no autoload.php like the phpspreadsheet the structure of the folder is as follows::

inserir a descrição da imagem aqui

I’m trying something like:

 require $_SERVER['DOCUMENT_ROOT'] . "/creating/assets/plugins/cache-master/Simple/";
  • Could you share the path where you find the file where you try to do the require and the absolute path from where the Creating folder is? If it is on the same level just use the __DIR__

  • Require path : C: xampp htdocs Creating Assets plugins Path Creating : C: xampp htdocs Creating

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.