slimphp / Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
http://slimframework.com
MIT License
11.94k stars 1.95k forks source link

How to get baseUrl (not basePath) in Slim 4? #2994

Closed contactjavas closed 4 years ago

contactjavas commented 4 years ago

Hi! In slim 3 there was a method to get the base url of the uri. What is the right way to get the same with slim 4? Not basePath, but like this one: https://github.com/slimphp/Slim/blob/200c6143f15baa477601879b64ab2326847aac0b/Slim/Http/Uri.php#L825

Thanks.

longquangpham90 commented 2 years ago

I have the same issue, we cannot getBaseUrl with slim4 can you help me, pls