Skip to content

Commit 1bf77dc

Browse files
authored
Update billing.md
1 parent ece18cf commit 1bf77dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

billing.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,7 @@ When listing the invoices for the customer, you may use the invoice's helper met
612612
<a name="generating-invoice-pdfs"></a>
613613
### Generating Invoice PDFs
614614

615-
Before generating invoice PDFs, you need to install the `dompdf` PHP library:
616-
617-
composer require dompdf/dompdf
618-
619-
Then, from within a route or controller, use the `downloadInvoice` method to generate a PDF download of the invoice. This method will automatically generate the proper HTTP response to send the download to the browser:
615+
From within a route or controller, use the `downloadInvoice` method to generate a PDF download of the invoice. This method will automatically generate the proper HTTP response to send the download to the browser:
620616

621617
use Illuminate\Http\Request;
622618

0 commit comments

Comments
 (0)