您需要先手动设置基本URL,然后才能获得它
如下:
如下:
$app->hook('slim.before',function () use ($app) { $app->view()->appendData(array('baseUrl' => '/base/url/here')); });