<?php return [
/**
* Pug options for Laravel >= 5.
* Passthrough php-pug config options.
*
* @see https://www.phug-lang.com/#options
*/
'paths' => [
__DIR__ . '/resources/views',
base_path(),
],
];