Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

koel/koel

16858 stars
2 code files
View koel/koel on GitHub

app/Helpers.php

Open in GitHub
function static_url(?string $name = null): string
{
$cdnUrl = trim(config('koel.cdn.url'), '/ ');
 
return $cdnUrl ? $cdnUrl . '/' . trim(ltrim($name, '/')) : trim(asset($name));
}
//

resources/views/index.blade.php

Open in GitHub
//
<link rel="manifest" href="{{ static_url('manifest.json') }}" />
<meta name="msapplication-config" content="{{ static_url('browserconfig.xml') }}" />
<link rel="icon" type="image/x-icon" href="{{ static_url('img/favicon.ico') }}" />
<link rel="icon" href="{{ static_url('img/icon.png') }}">
<link rel="apple-touch-icon" href="{{ static_url('img/icon.png') }}">
//

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.