Add MySQL schema dump for phpMyAdmin
This commit is contained in:
7
config/files.php
Normal file
7
config/files.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'max_upload_mb' => (int) env('MAX_UPLOAD_MB', 20),
|
||||
'allowed_mime' => array_filter(array_map('trim', explode(',', env('ALLOWED_MIME', 'image/png,image/jpeg,image/gif,image/webp,application/pdf,application/zip')))),
|
||||
'storage_path' => base_path('public/uploads'),
|
||||
];
|
||||
Reference in New Issue
Block a user