Hi,
I’m trying to migrate from v4 to v5. Early in the process i get a Error 500 screen.
Looking into the logs i see that it has something to do with the SMTP port in vendor/laravel/framework/src/Illuminate/Mail/MailManager.php. What can I do overcome this?
See here the logs:
[2024-09-20 11:42:22] production.INFO: Importing account
[2024-09-20 11:42:22] production.INFO: Importing company
[2024-09-20 11:42:23] production.ERROR: Symfony\Component\Mailer\Transport\Dsn::__construct(): Argument #5 ($port) must be of type ?int, string given, called in /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php on line 189 {“userId”:1,“exception”:"[object] (TypeError(code: 0): Symfony\Component\Mailer\Transport\Dsn::__construct(): Argument #5 ($port) must be of type ?int, string given, called in /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php on line 189 at /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/symfony/mailer/Transport/Dsn.php:28)
[stacktrace]
#0 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(189): Symfony\Component\Mailer\Transport\Dsn->__construct(‘’, ‘’, ‘’, Object(SensitiveParameterValue), ‘’, Array)
#1 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(168): Illuminate\Mail\MailManager->createSmtpTransport(Array)
#2 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(126): Illuminate\Mail\MailManager->createSymfonyTransport(Array)
#3 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(101): Illuminate\Mail\MailManager->resolve(‘smtp’)
#4 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(79): Illuminate\Mail\MailManager->get(‘smtp’)
#5 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php(607): Illuminate\Mail\MailManager->mailer()
#6 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(358): Illuminate\Mail\MailManager->__call(‘to’, Array)
#7 /home/httpd/vhosts/swissglam.ch/dummy.ch/app/Jobs/Util/StartMigration.php(148): Illuminate\Support\Facades\Facade::__callStatic(‘to’, Array)
#8 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Jobs\Util\StartMigration->handle()
#9 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#10 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(95): Illuminate\Container\Util::unwrapIfClosure(Object(Closure))
#11 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Array, Object(Closure))
#12 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Container/Container.php(690): Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), Array, Array, NULL)
#13 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\Container\Container->call(Array)
#14 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\Bus\Dispatcher->Illuminate\Bus\{closure}(Object(App\Jobs\Util\StartMigration))
#15 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(App\Jobs\Util\StartMigration))
#16 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#17 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(124): Illuminate\Bus\Dispatcher->dispatchNow(Object(App\Jobs\Util\StartMigration), false)
#18 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\Queue\CallQueuedHandler->Illuminate\Queue\{closure}(Object(App\Jobs\Util\StartMigration))
#19 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(App\Jobs\Util\StartMigration))
#20 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(123): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#21 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(71): Illuminate\Queue\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\Queue\Jobs\SyncJob), Object(App\Jobs\Util\StartMigration))
#22 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\Queue\CallQueuedHandler->call(Object(Illuminate\Queue\Jobs\SyncJob), Array)
#23 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(76): Illuminate\Queue\Jobs\Job->fire()
#24 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(56): Illuminate\Queue\SyncQueue->executeJob(Object(App\Jobs\Util\StartMigration), ‘’, NULL)
#25 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(254): Illuminate\Queue\SyncQueue->push(Object(App\Jobs\Util\StartMigration))
#26 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(230): Illuminate\Bus\Dispatcher->pushCommandToQueue(Object(Illuminate\Queue\SyncQueue), Object(App\Jobs\Util\StartMigration))
#27 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(77): Illuminate\Bus\Dispatcher->dispatchToQueue(Object(App\Jobs\Util\StartMigration))
#28 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php(205): Illuminate\Bus\Dispatcher->dispatch(Object(App\Jobs\Util\StartMigration))
#29 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php(19): Illuminate\Foundation\Bus\PendingDispatch->__destruct()
#30 /home/httpd/vhosts/swissglam.ch/dummy.ch/app/Http/Controllers/MigrationController.php(440): App\Jobs\Util\StartMigration::dispatch(‘migrations/jjyn…’, Object(App\Models\User), Object(App\Models\Company), false)
#31 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\Http\Controllers\MigrationController->startMigration(Object(Illuminate\Http\Request))
#32 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\Routing\Controller->callAction(‘startMigration’, Array)
#33 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/Routing/TracingControllerDispatcherTracing.php(21): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(App\Http\Controllers\MigrationController), ‘startMigration’)
#34 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/Routing/TracingRoutingDispatcher.php(18): Sentry\Laravel\Tracing\Routing\TracingControllerDispatcherTracing->Sentry\Laravel\Tracing\Routing\{closure}()
#35 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/Routing/TracingControllerDispatcherTracing.php(20): Sentry\Laravel\Tracing\Routing\TracingRoutingDispatcher->wrapRouteDispatch(Object(Closure), Object(Illuminate\Routing\Route))
#36 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Sentry\Laravel\Tracing\Routing\TracingControllerDispatcherTracing->dispatch(Object(Illuminate\Routing\Route), Object(App\Http\Controllers\MigrationController), ‘startMigration’)
#37 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Route.php(208): Illuminate\Routing\Route->runController()
#38 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Router.php(808): Illuminate\Routing\Route->run()
#39 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
#40 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(124): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#41 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(89): Illuminate\Routing\Middleware\ThrottleRequests->handleRequestUsingNamedLimiter(Object(Illuminate\Http\Request), Object(Closure), ‘api’, Object(Closure))
#42 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\Routing\Middleware\ThrottleRequests->handle(Object(Illuminate\Http\Request), Object(Closure), ‘api’)
#43 /home/httpd/vhosts/swissglam.ch/dummy.ch/app/Http/Middleware/QueryLogging.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#44 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): App\Http\Middleware\QueryLogging->handle(Object(Illuminate\Http\Request), Object(Closure))
#45 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(51): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#46 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(Illuminate\Http\Request), Object(Closure))
#47 /home/httpd/vhosts/swissglam.ch/dummy.ch/app/Http/Middleware/Locale.php(95): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#48 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): App\Http\Middleware\Locale->handle(Object(Illuminate\Http\Request), Object(Closure))
#49 /home/httpd/vhosts/swissglam.ch/dummy.ch/app/Http/Middleware/TokenAuth.php(102): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#50 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): App\Http\Middleware\TokenAuth->handle(Object(Illuminate\Http\Request), Object(Closure))
#51 /home/httpd/vhosts/swissglam.ch/dummy.ch/app/Http/Middleware/SetDb.php(40): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#52 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): App\Http\Middleware\SetDb->handle(Object(Illuminate\Http\Request), Object(Closure))
#53 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#54 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Router.php(807): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#55 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Router.php(786): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#56 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Router.php(750): Illuminate\Routing\Router->runRoute(Object(Illuminate\Http\Request), Object(Illuminate\Routing\Route))
#57 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Routing/Router.php(739): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#58 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(201): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#59 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request))
#60 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/FlushEventsMiddleware.php(13): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#61 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Sentry\Laravel\Http\FlushEventsMiddleware->handle(Object(Illuminate\Http\Request), Object(Closure))
#62 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/SetRequestIpMiddleware.php(45): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#63 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Sentry\Laravel\Http\SetRequestIpMiddleware->handle(Object(Illuminate\Http\Request), Object(Closure))
#64 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/SetRequestMiddleware.php(31): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#65 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Sentry\Laravel\Http\SetRequestMiddleware->handle(Object(Illuminate\Http\Request), Object(Closure))
#66 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#67 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Livewire\Features\SupportDisablingBackButtonCache\DisableBackButtonCacheMiddleware->handle(Object(Illuminate\Http\Request), Object(Closure))
#68 /home/httpd/vhosts/swissglam.ch/dummy.ch/app/Http/Middleware/Cors.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#69 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): App\Http\Middleware\Cors->handle(Object(Illuminate\Http\Request), Object(Closure))
#70 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#71 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\Http\Middleware\TrustProxies->handle(Object(Illuminate\Http\Request), Object(Closure))
#72 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#73 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(Object(Illuminate\Http\Request), Object(Closure))
#74 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle(Object(Illuminate\Http\Request), Object(Closure))
#75 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#76 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(51): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(Object(Illuminate\Http\Request), Object(Closure))
#77 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\Foundation\Http\Middleware\TrimStrings->handle(Object(Illuminate\Http\Request), Object(Closure))
#78 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#79 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\Http\Middleware\ValidatePostSize->handle(Object(Illuminate\Http\Request), Object(Closure))
#80 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(110): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#81 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle(Object(Illuminate\Http\Request), Object(Closure))
#82 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/Middleware.php(79): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#83 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Sentry\Laravel\Tracing\Middleware->handle(Object(Illuminate\Http\Request), Object(Closure))
#84 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#85 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(176): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#86 /home/httpd/vhosts/swissglam.ch/dummy.ch/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(145): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#87 /home/httpd/vhosts/swissglam.ch/dummy.ch/public/index.php(56): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#88 {main}
"}