'Laravel Queues in Action',
/**
* The author name.
*/
'author' => 'Mohamed Said',
/**
* The list of fonts to be used in the different themes.
*/
'fonts' => [
// 'calibri' => 'Calibri-Regular.ttf',
// 'times' => 'times-regular.ttf',
],
/**
* Document Dimensions.
*/
'document' => [
'format' => [210, 297],
'margin_left' => 27,
'margin_right' => 27,
'margin_bottom' => 14,
'margin_top' => 14,
],
/**
* Cover photo position and dimensions
*/
'cover' => [
'position' => 'position: absolute; left:0; right: 0; top: -.2; bottom: 0;',
'dimensions' => 'width: 210mm; height: 297mm; margin: 0;',
],
/**
* Page ranges to be used with the sample command.
*/
'sample' => [
[1, 3],
[80, 85],
[100, 103]
],
/**
* A notice printed at the final page of a generated sample.
*/
'sample_notice' => 'This is a sample from "Laravel Queues in Action" by Mohamed Said.
For more information, Click here.',
];