Why in Laravel-filament panel server stopping ->PHP Artisan Serve command
This is the error , why this is happen ? I haven't install any packages this is only filament panel .
Undefined array key 1
at vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:312 308▕ $line = str_replace(' ', ' ', $line); 309▕ 310▕ preg_match($regex, $line, $matches); 311▕ ➜ 312▕ return Carbon::createFromFormat('D M d H:i:s Y', $matches[1]); 313▕ } 314▕ 315▕ /** 316▕ * Get the request port from the given PHP server output.
1 vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:312 Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap{closure}("Undefined array key 1", "D:\wamp64\www\MyProject\vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php")
2 vendor\laravel\framework\src\Illuminate\Foundation\Console\ServeCommand.php:253 Illuminate\Foundation\Console\ServeCommand::getDateFromLine("] 127.0.0.1:60328 Accepted")
2023-10-27 14:02:22 ........................................................................................... ~ 1s 2023-10-27 14:02:23 ........................................................................................... ~ 0s
Please or to participate in this conversation.