Slim Framework Base URL

后端 未结 7 543
太阳男子
太阳男子 2020-12-16 23:34

I\'m new to Slim Framework. How to get the base URL like with the Codeigniter function base_url()?

Thanks

7条回答
  •  悲哀的现实
    2020-12-17 00:10

    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.

提交回复
热议问题