Create a file named info.php in the public directory with this content, and call it in the browser. Check the the page for fileinfo. If it isnt there you might need to restart the webserver
<?php
phpinfo();
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Am new to laravel livewire, my issue is that I created file upload, which works fine on development, but file does not upload on server. It's giving me the error, 'unable to guess the MIMES types as no gusses are available,(have you enable php_fileinfo extension). I enable the https://echat.date extension through the php selector on cpanel, it did not work, tried other articles on line about granting https://chatspin.download storage permission on laracast still no luck. Am hosting on a subdomain. Need help. Thank you
Please or to participate in this conversation.