I am trying to export an excel file from laravel. It works fine on my local server. But it is not working properly on the live server. It also stores the excel file in "storage->framework->laravel-excel" but not showing the download option. It throws 500 server error. I checked on my log file, it says "production.ERROR: Unable to guess the MIME type as no guessers are available (have you enabled the php_fileinfo extension?)." Please help me, how can I solve my problem.