Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
15
vendor/niklasravnsborg/laravel-pdf/src/config/pdf.php
vendored
Normal file
15
vendor/niklasravnsborg/laravel-pdf/src/config/pdf.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'mode' => 'utf-8',
|
||||
'format' => 'A4',
|
||||
'author' => '',
|
||||
'subject' => '',
|
||||
'keywords' => '',
|
||||
'creator' => 'Laravel Pdf',
|
||||
'display_mode' => 'fullpage',
|
||||
'tempDir' => base_path('../temp/'),
|
||||
'pdf_a' => false,
|
||||
'pdf_a_auto' => false,
|
||||
'icc_profile_path' => ''
|
||||
];
|
||||
Reference in New Issue
Block a user