Level 104
It is changed, see this commit https://github.com/laravel/framework/commit/39e8c83af778d8086b0b5e8f4f2e21331b015b39
6 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I upgraded from 5.3 to 5.4 It seems that when you want to Render all URLs with https
\URL::forceSchema('https');
is now
\URL::forceScheme('https');
with an "e" instead of "a" in forceScheme
https://laravel.com/api/5.0/Illuminate/Routing/UrlGenerator.html#method_forceSchema vs https://laravel.com/api/5.4/Illuminate/Routing/UrlGenerator.html#method_forceScheme
can you confirm that?
It is changed, see this commit https://github.com/laravel/framework/commit/39e8c83af778d8086b0b5e8f4f2e21331b015b39
Please or to participate in this conversation.