Example #1
0
function asset($partial_url)
{
    $url = concatPath(\Route::getBaseUrl(), $partial_url);
    return $url;
}