Laravel could not find driver

Thanks for the reply, the extension was enabled.
however there was a mismatch between the docker php version and the required php extensions in the docker file (the version was 8.2 and the required extensions version was 8.1) aligning the php versions solved the problem :slight_smile:

1 Like