mirror of
https://github.com/dyzulk/santulitam.git
synced 2026-01-26 21:41:52 +07:00
17 lines
340 B
PHP
17 lines
340 B
PHP
<?php
|
|
|
|
return [
|
|
'accepted_mimes' => [
|
|
'application/vnd.ms-excel',
|
|
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
'text/csv',
|
|
'text/plain',
|
|
'csv',
|
|
'txt',
|
|
],
|
|
'temporary_files' => [
|
|
'disk' => 'local',
|
|
'directory' => 'filament-import',
|
|
],
|
|
];
|