cakephp3 トップページのurl 取得

・view

<?php
use Cake\Routing\Router;
echo Router::url('/', true);
?>
PAGE TOP