laravel-filemanager
laravel-filemanager copied to clipboard
Unable to upload .php files
- Operating system : Windows 11
- Laravel version : 8.80.0
- Package version : 2.5.1
I added the mime for .php files 'application/x-httpd-php' but still I'm unable to upload .php files to file manager.
'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'
],
],
],
