

opt/homebrew/etc/php/8.1/conf.d/ext-opcache.ini, ini files parsed: /opt/homebrew/etc/php/8.1/conf.d/error_log.ini, ini files in: /opt/homebrew/etc/php/8.1/conf.dĪdditional. Loaded Configuration File: /opt/homebrew/etc/php/8.1/php.ini You can run php -ini to know which file is loaded: Configuration File (php.ini) Path: /opt/homebrew/etc/php/8.1 If extensions aren't properly loaded, there are two easy fixes.įirst, make sure the extensions are added in the correct ini file. Make sure all extensions are correctly installed and loaded by checking both your PHP webserver and CLI installs: php -i | grep redis var_dump( extension_loaded( 'redis')) Make sure to restart your web server after installing new packages: sudo nginx -s reload sudo apachectl restart valet restart
Homebrew m1 pdf#
# Matched packages, channel : # = # Package Stable/(Latest) Local # pdflib 4.1.4 (stable) Creating PDF on the fly with the PDFlib library

You can search for other extensions using pecl search: pecl search pdf # Installed packages, channel : # = # Package Version State # redis 5.3.4 stable # xdebug 3.1.1 stable You can run pecl list to see which extensions are installed: pecl list They can be installed like so: pecl install redis You can use valet use to switch between PHP versions: valet use use # Extensions If you're using Laravel Valet, you should do the following steps to upgrade it: composer global update On Twitter or subscribe to my newsletter: If you want to stay up to date about what's happening on this blog, you can follow me Noticed a tpyo? You can submit a PR to fix it.
