phpldapadmin/config/filesystems.php

11 lines
147 B
PHP

<?php
return [
'disks' => [
'templates' => [
'driver' => 'local',
'root' => base_path(env('LDAP_TEMPLATE_DIR','templates')),
],
],
];