❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$file->url()
Returns the absolute URL for a file
return
(string)
Example
<?= $page->file('myimage.jpg')->url() ?>
↑
Cheat Sheet overview
←
$file->uri()
→
$file->width()
↓
Back to Cheat Sheet section
Top