I did this Lumen API example and test it on localhost with "php artisan serve" command. The database is into a shared hosting. Everything is working great on http://localhost:8000/ the database is loading and all the post are showing. The API is working if i check http://localhost:8000/api/comment/.
I cannot get the API working on a shared hosting. Is appearing only the index.php view empty page without loading the database posts which are on another shared hosting.
This is the host: http://appz.tigrimigri.com/
If i try to loading http://appz.tigrimigri.com/api/comment/ will showing the errors. Than's mean the DB fail to load. I try to fix these in different ways but without success.
How i can to make it working? What i need to modify or install? The PHP hosting version are compatible with lumen's version!