add for backend send shared link via email

This commit is contained in:
Milos Holba
2021-01-06 17:33:15 +01:00
parent ba28ac6184
commit 04990fcf7b
9 changed files with 119 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
return [
'version' => '1.8',
'version' => '1.8.1',
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),