You have included php_fileinfo extension in Azure

How to enable php_fileinfoon the Azure website so that Laravel can determine if the PDF is?

I tried adding a parameter to Azure as shown in this image, but it does not work. Tried it without a directory bin\etx\.

enter image description here

+4
source share
1 answer

From the comments , you tried:

Use "PHP_Extensions" instead of "PHP_EXTENSIONS" to make it work correctly

+2
source

All Articles