Start of work on templates - identify templates that apply to existing entries
This commit is contained in:
10
config/filesystems.php
Normal file
10
config/filesystems.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'disks' => [
|
||||
'templates' => [
|
||||
'driver' => 'local',
|
||||
'root' => base_path(env('LDAP_TEMPLATE_DIR','templates')),
|
||||
],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user