Skip to content
On this page

File

Upload or embed with a link.

Create

php
$file = File::createExternal(
    "https://shakespeare.folger.edu/downloads/pdf/hamlet_PDF_FolgerShakespeare.pdf"
);
$block = FileBlock::create($file);

Released under the MIT License.