-
Notifications
You must be signed in to change notification settings - Fork 0
Install Composer di Terminal Linux
Ihsan Haryansyah edited this page Mar 19, 2021
·
2 revisions
- Masuk sebagai super user (sudo)
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer- Untuk mengecek apakah sudah terinstall bisa cek, keluar terlebih dahulu dari super user (root) kemudian ketikkan perintah
composerpada terminal
Sumber:
THANKS FOR READING!