Skip to content
Discussion options

You must be logged in to vote

Hello, I doubt that it's a Laravel 11 issue.

This is what's happening during the Laravel bootstrapping, and more precisely during your composer update :

$uri = $app->make('config')->get('app.url', 'http://localhost');

And then your error happen later during the Request creation in symfony/http-foundation.

I suggest you to double-check the url property in config/app file.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jigneshflair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #52128 on July 16, 2024 02:37.