mirror of
https://github.com/dyzulk/santulitam.git
synced 2026-01-26 21:41:52 +07:00
First Commit
This commit is contained in:
16
config/filament-import.php
Normal file
16
config/filament-import.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user