Skip to content

Kirby 5.0.4

$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 modifies the existing $file object it is applied to and returns it again.

Parent class

Kirby\Cms\File