UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.09k stars 720 forks source link

Unable to upload .php files #1153

Open Alex00Sam opened 2 years ago

Alex00Sam commented 2 years ago

'exif' extension is enabled.

'folder_categories' => [ 'file' => [ 'folder_name' => '', 'startup_view' => 'list', 'max_size' => 5000000, // size in KB 'thumb' => true, 'thumb_width' => 60, 'thumb_height' => 60, 'valid_mime' => [ 'image/jpeg', 'image/pjpeg', 'image/png', 'image/gif', 'application/pdf', 'application/manifest', 'application/*', 'text/plain', 'application/x-httpd-php' ], ], ], image