Composer: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 June 2024

  • curprev 16:1016:10, 18 June 2024Johan Efendi talk contribs 943 bytes +69 →‎Installasi Linux
  • curprev 16:0916:09, 18 June 2024Johan Efendi talk contribs 874 bytes +874 Created page with "=Installasi Linux= Install dulu PHP bila belum ada <syntaxhighlight lang="bash"> sudo apt install php -y </syntaxhighlight> Check versi PHP <syntaxhighlight lang="bash"> php -v </syntaxhighlight> Installasi composer versi terakhir v2.7.7 (per 17/06/2024) <syntaxhighlight lang="bash"> php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === 'dac665fdc30fdd8ec78b38b9800061b4150413ff2e3b6f88543c63..."