I'm using PHP 7.4, laravel 8.x, and Apache.
I'm new/clueless on editing php.ini or PHP configurations.
When I tried to make a function to download file using storage, "Class 'finfo' not found" appears but it's not on disabled functions list.
I've tried adding "extension = fileinfo.so" inside php.ini and reloaded it but the response is still the same.
How to enable finfo for PHP in aaPanel?