Skip to content

Kirby 4.1.2

$file->publish()

Move the file to the public media folder if it's not already there.

$file->publish(): Kirby\Cms\File

Return type

Kirby\Cms\File

This method does not modify the existing $file object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\File