List
  1. Buka Terminal
  2. Run commandcurl -sS https://getcomposer.org/installer | php
  3. Pindah ke binsudo mv composer.phar /usr/local/bin/composer
  4. Buka bash_profile
    vim ~/.bash_profile
  5. Tambah ayat berikut dalam fail bash_profile. Save dan exit
    vim ~/.bash_profile
  6. Jadikan commnd composer boleh dilarikan
    sudo chmod +x composer
  7. Tutup dan buka semula terminal
  8. cd ke direktori drupal dan kemaskini drupal menggunakan commandcomposer update

Leave a Reply

Your email address will not be published. Required fields are marked *