mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Refactor Custom Invoice/Estimate PDF Templates (#277)
* Add utility class for managing templates * Register custom pdf template views location * Update the make:template command to make use of PdfTemplateUtils * Update PDF invoice/estimate template controllers * Register pdf_templates filesystem disk * Remove unused leftovers * Reformat with pint
This commit is contained in:
committed by
GitHub
parent
12d9d6c801
commit
d862ee05e9
1
storage/app/.gitignore
vendored
1
storage/app/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
*
|
||||
!public/
|
||||
!templates/
|
||||
!.gitignore
|
||||
|
||||
3
storage/app/templates/.gitignore
vendored
Normal file
3
storage/app/templates/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!pdf/
|
||||
!.gitignore
|
||||
2
storage/app/templates/pdf/.gitignore
vendored
Normal file
2
storage/app/templates/pdf/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user