I\'m new to Slim Framework. How to get the base URL like with the Codeigniter function base_url()?
base_url()
Thanks
I can get the base url with {{ app.request.getRootUri }} (I'm using Twig template engine). Incidentally, this is the same as the 'SCRIPT_NAME' environment variable.
{{ app.request.getRootUri }}