ManagementSystem/BACKEND/config/laravel-pug.php

14 lines
252 B
PHP
Executable File

<?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(),
],
];