Did you install composer packages as part of deployment?
Mar 2, 2018
4
Level 3
API call FatalErrorException
Hi guys, I deployed an API service built with Lumen 5.4 on shared hosting. When i try to test the API routes, i get this error
(1/1) FatalErrorException
Illuminate\Support\ServiceProvider::mergeConfigFrom(): Failed opening required '' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear')
in ServiceProvider.php (line 59)
at Application->handleShutdown()
in RegistersExceptionHandlers.php (line 54)
at Application->Laravel\Lumen\Concerns\{closure}()
but test on my development system with Postman was successful. I have no idea what the problem and need help fixing this error.
Please or to participate in this conversation.