All public logs

Combined display of all available logs of Corat Coret. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:09, 18 June 2024 Johan Efendi talk contribs created page Composer (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...")