เขียนจดหมายมาตรฐานสำหรับหน้าต่าง

รหัสตัวอย่าง

7
0

อัพเกรดให้หน้าต่างเขียนจดหมายรุ่น

composer self-update
4
0

ติดตั้งหน้าต่างเขียนจดหมายแมค

curl -sS https://getcomposer.org/installer | php
php composer.phar install
mv composer.phar /usr/local/bin/composer
open -e  ~/.zshrc
// or open -e  ~/.bash_profile
alias composer="php /usr/local/bin/composer"
2
0

เขียนจดหมายมาตรฐาน 2 ติดตั้งอยู่ในหน้าต่างต่างๆ 10

composer self-update --2
2
0

ติดตั้งหน้าต่างเขียนจดหมายบนระบบลินุกซ์

# The following method has been tested on Ubuntu 20.04
# But i think it should work fine with any other distribution

# Ensure you're on Desktop, to prevent issues with permissions
cd ~/Desktop

# Download the installer script
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"

# Verify intergrity to check whether an error happened during the fetch
php -r "if (hash_file('sha384', 'composer-setup.php') === '8a6138e2a05a8c28539c9f0fb361159823655d7ad2deecb371b04a83966c61223adc522b0189079e3e9e277cd72b8897') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"

# Download composer script, which is the actual composer file
php composer-setup.php

# Remove the installer script as it's no longer needed
php -r "unlink('composer-setup.php');"

# To use composer globally, it's a good idea to move it to the path
# /usr/local/bin
sudo mv composer.phar /usr/local/bin/composer

# Try running composer to see if everything works fine
composer -V
# If you see the following output, then you're good to go:
# Composer version 1.10.10 2020-08-03 11:35:19
1
0

ติดตั้งหน้าต่างเขียนจดหมาย phar

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '756890a4488ce9024fc62c56153228907f1545c228516cbf63f885e036d37e9a59d27d63f46af1d4d07ee0f76181c7d3') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
0
0

เขียนจดหมายมาตรฐานสำหรับหน้าต่าง

Composer for Windows

https://getcomposer.org/Composer-Setup.exe

หน้าคล้ายกัน

คล้ายกันหน้ากับตัวอย่าง

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................

ดังอยู่ในนี้หมวดหมู่

ดังหน้ากับตัวอย่างอยู่ในหมวดหมู่