download_inline configuration #141

This commit is contained in:
Milos Stojanovic
2020-10-12 10:49:54 +02:00
parent 203808dff4
commit fb2e794e37
4 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ return [
'public_dir' => APP_PUBLIC_DIR,
'overwrite_on_upload' => false,
'timezone' => 'UTC', // https://www.php.net/manual/en/timezones.php
'download_inline' => ['pdf'], // download inline in the browser, array of extensions, use * for all
'frontend_config' => [
'app_name' => 'FileGator',