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)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay