Merhaba,
Undefined array key 1 {"exception":"[object] (ErrorException(code: 0): Undefined array key 1 at /var/www/Proje/vendor/laravel/framework/src/Illuminate/Foundation/Console/ServeCommand.php:316)
Bu şekilde bir hata alıyorum. İncelediğimde içerik boş bir array geliyor.
/**
* Get the request port from the given PHP server output.
*
* @param string $line
* @return int
*/
protected function getRequestPortFromLine($line)
{
preg_match('/:(\d+)\s(?:(?:\w+$)|(?:\[.*))/', $line, $matches);
return (int) $matches[1];
}
Bu array içeriği boş geliyor. İşlem sadece localde hata veriyor.
Curl veya soap isteği sonrasında bu hata ile karşılaşıyorum.
Önceden buna benzer bir hata şu şekilde çözülmüş .
https://stackoverflow.com/questions/73829417/how-can-i-fix-the-error-undefined-array-key-1-on-laravel
https://github.com/laravel/framework/commit/f40fe7d303544a66f7bcbee8e25c96c743d64d1a