How to get base URL in typo3 Extension

To get base URL in typo3 Extension add below code in your Controller file.

$baseurl= $this->request->getBaseUri();

Post a Comment

0 Comments