Laravel 5 - Validating Mime types
You should enable the following line in your php.ini and then restart your apache
extension=php_fileinfo.dll
Enabling mean just uncomment the line in your php.ini file
i.e., From this ;extension=php_fileinfo.dll
to extension=php_fileinfo.dll