Good morning: I cloned a Laravel file and the cover of the page if it opens it, but when I click to go to the next page I get the following: Call to undefined function exif_imageType () If anyone knows how to solve this problem, I'll thank them.
Good morning: I cloned a Laravel file and the cover of the page if it opens it, but when I click to go to the next page I get the following: Call to undefined function exif_imageType () If anyone knows how to solve this problem, I'll thank them.
In the PHP manual there is exif_imagetype (but all lowercase); from where you cloned the file I suggest you look for the reference exif_imageType as well with the capital T and look if you use the one you mentioned or it is a new implementation.