Major updates

This commit is contained in:
root
2018-06-11 13:43:21 -04:00
commit a8c090e288
181 changed files with 22768 additions and 0 deletions

14
config/pdf.php Normal file
View File

@ -0,0 +1,14 @@
<?php
return [
'mode' => 'utf-8',
'format' => 'letter',
'author' => 'St John Church',
'subject' => '',
'keywords' => '',
'creator' => 'St John Church',
'display_mode' => 'fullpage',
'simpleTables' => 'true',
'useSubstitutions' => 'false',
'tempDir' => base_path('../temp/')
];