I'm using Maatwebsite Laravel Excel to export .xls documents. In my 'localhost' it works perfectly, but when I try to do it in production, show me this error:
FatalThrowableError in Facade.php line 237:
Call to undefined method Maatwebsite\Excel\Facades\Excel::create()
I follow all the instalation instructions in: Laravel Excel
I also can't run "composer update" in production with SSH because the process is "killed"... I don't know why.
Do I really have to run the composer update? Is this why?
I'm using PHP 7.0 and Laravel 5.3, so I use the Laravel Excel version 2.1, the 3 version is only for Laravel >5.5.
Please help me!
Thanks in advance for your help.