I\'m new to Slim Framework. How to get the base URL like with the Codeigniter function base_url()?
base_url()
Thanks
if you are using TWIG then in Slim v3 call -
{{ base_url() }}
or use {{ path_for('yourRouteName') }}
{{ path_for('yourRouteName') }}