We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e89cf commit cdb82ebCopy full SHA for cdb82eb
src/Illuminate/Foundation/Console/ServeCommand.php
@@ -226,7 +226,7 @@ protected function canTryAnotherPort()
226
*/
227
protected function handleProcessOutput()
228
{
229
- return fn ($type, $buffer) => str($buffer)->explode(PHP_EOL)->each(function ($line) {
+ return fn ($type, $buffer) => str($buffer)->explode("\n")->each(function ($line) {
230
$parts = explode(']', $line);
231
232
if (str($line)->contains('Development Server (http')) {
0 commit comments