This commit is contained in:
2024-06-01 03:10:49 +02:00
parent 26551964b1
commit dd341ed642
21 changed files with 896 additions and 0 deletions

11
config/gallery.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
return [
'importers' => [
\App\Importers\Image::class,
],
'image' => [
'suffixes' => ['png', 'gif', 'bmp', 'svg', 'avi', 'jpg', 'jpeg'],
'quality' => 80,
]
];