-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Description
Laravel Version
Laravel Framework 11.28.0
PHP Version
PHP 8.2.12 (cli)
Database Driver & Version
No response
Description
Undefined array key 1
at vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:368
364▕ $line = str_replace(' ', ' ', $line);
365▕
366▕ preg_match($regex, $line, $matches);
367▕
➜ 368▕ return Carbon::createFromFormat('D M d H:i:s Y', $matches[1]);
369▕ }
370▕
371▕ /**
372▕ * Get the request port from the given PHP server output.
1 vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:368
Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap{closure}("Undefined array key 1", "E:\LaravelChat\real-time-chat\vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php")
2 vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:297
Illuminate\Foundation\Console\ServeCommand::getDateFromLine("[Wed Oct 16 01:37:06 2024] 127.0.0.1:58025 Accepted")
Steps To Reproduce
vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand