Skip to content

proc_open(): CreateProcess failed, error code - 193 #8

@TomasNiDo

Description

@TomasNiDo

As the title states, im having a problem with this.
i tested this code and the wild error appears

Route::get('/pdf', function() {
$pdf = PDF::make();
$pdf->addPage('Hello World');
$pdf->send();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions