We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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(); });
The text was updated successfully, but these errors were encountered:
Did you get it working?
Sorry, something went wrong.
I'm got the some error. any ideas?
@raghavendra89 @atefBB I haven't solved this. I switched to another package.
That's what I did ! It's so painful !
No branches or pull requests
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();
});
The text was updated successfully, but these errors were encountered: