Q
Q
Qairat2017-01-17 12:43:45
Composer
Qairat, 2017-01-17 12:43:45

How to include nuovo/spreadsheet-reader in composer json?

Hello!
Here is what is written in composer.json:

{
  "require": {
    "league/oauth2-client": "1.4.2",
    "nuovo/spreadsheet-reader": "0.5.11"
  }
}

But the error still comes out: Fatal error: Class 'SpreadsheetReader' not found
What to do? How to be?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Semenko, 2017-01-17
@abler98

composer update

A
Andrey Nikolaev, 2017-01-17
@gromdron

Is vendor connected at all?
require_once(__DIR__.'/vendor/autoload.php');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question