Posts by Jhonatan Morais • 36 points
7 posts
-
0
votes1
answer38
viewsA: How to use the Clickable guzzle to redirect a file download of a request
I found the solution. We have to use the Streamed Downloads. You’re here for whoever needs you. $response = Http::withOptions(['stream' => true])->withHeaders([ 'X-Metabase-Session' =>…
-
0
votes1
answer38
viewsQ: How to use the Clickable guzzle to redirect a file download of a request
I need your help to find a way to be a 'proxy' between the frontend and a third-party software component using Laravel. Third-party software is on my company’s network and generates the files on…
-
1
votes1
answer290
viewsA: Innerjoin with 3 Mysql tables
Speak Lulucus, all right? I think it’s just a syntax error of your like. Change this like %'vinho' therefore like "%vinho"and tells the result to us. Syntax of like I stand by.…
-
0
votes0
answers364
viewsQ: Docker: OCI Runtime create failed + Executable file not found in $PATH
Good evening, everyone, I have broken my head here to properly use the dockerfile and the docker-compose. I have the image getjv/nodejs:8.11.4, whenever it starts (container) already want to lift…
-
0
votes1
answer261
viewsA: Access built-in php server from Docker in Host
I found the problem but not the ultimate solution. It turned out that my container-host mapping was right, even problematic was the way I was/am using php’s built-in web server. I installed…
-
0
votes1
answer261
viewsQ: Access built-in php server from Docker in Host
Good people to studying Docker here and along with this I want to create a php server (by your built-in server) and then access this server from my host machine. I executed the following command:…
-
1
votes1
answer1626
viewsQ: "Unknown: Failed Opening required" error while following slimphp manual
I’m testing the Slim Framework on a machine with Windows 10, already in the first instructions I received the error: Fatal error: Unknown: Failed opening required 'public\public/index.php'…