DEV Community

Jean Dias
Jean Dias

Posted on

PHP on Manjaro with ASDF

Install this libraries for that PHP works

yay -S base-devel libpng postgresql-libs re2c gd oniguruma libzip libsodium

and next add the asdf plugin for PHP

asdf plugin-add php https://github.com/asdf-community/asdf-php.git

and install the PHP with this command

asdf install php 8.3.1

Top comments (0)