What's the best way to enable exif extensions
-
I just install laragon, but on the github there is a repo I just cloned. However, doing composer install complains exif extensions not enabled.
I'll be greatful if someone could help me here.
-
@Roslan-Ramli : The repo contains some default extensions. However, you can add another PHP version to Laragon easily:
https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version
-
Just a guess: make sure laragon has a very short folder name. Eg put it in
C:\laragon
, notC:\my\really\long\folder\structure\laragon
. Windows doesn't handle long folder names well (especially withnpm
)