All Questions
Tagged with laravel-herd php-extension
1 question
0
votes
1
answer
884
views
PHP extensions (like `mongodb`) is not loading for a specific PHP version (e.g., 8.1) enabled by Laravel Herd on macOS?
I'm using Laravel Herd on macOS with multiple PHP versions managed by Herd (7.4, 8.1, 8.2, 8.3). I verified that PHP 8.1 is active using php -v.
Following the Herd documentation for adding extensions (...