I am trying to install spatie/media-library
on a Laravel project on codespace.
it works on my local machine but in codespace, it says ext-exif
not found.
how can I install it on codespace?
I have instantiated a codespace using the default image
{"image":"mcr.microsoft.com/devcontainers/universal:2"}
the image does not contain the php ext-exif
.
I have tried to enable the extension from php.ini
. it says exif.so
not found in extension directories.