python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GuzzleHttp\Client cURL error 18: transfer closed
I am using GuzzleHttp\Client Laravel 6 and I am getting this error when I am trying to get Data from API, it's working fine on postman
Here is My Code
try {
$client = new Client();
$re...
Nasir Awan
Votes: 0
Answers: 2
Date Column coming as null while import using maatwebsite
Tried to import excel using laravel maatwebsite. Date column getting as null.
Actual column header is Date. I tried renaming it to some random name and then imported it, it works. Following formatting...
Reshma P
Votes: 0
Answers: 1
copy/paste module from another project to new project in laravel but getting 404
I've already wrote a module and need this module in my new project, so I copied it into the new project, but I get 404 error for every route of this module that i copied ,im using laravel v6.
any help...
Arian Fm
Votes: 0
Answers: 1
Unable to install laravel/sail due to incompatible versions it seems
I'm trying to install laravel/sail into an existing project, which doesn't appear to have had it installed before. This project is normally run on vagrant I believe.
I'm trying to get it running on WS...
Blaine Lafreniere
Votes: 0
Answers: 2