Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

installing composer command line

Installing composer commandline
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');"
Comment

composer for windows

Composer for Windows

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

windows install composer

Just to download
https://getcomposer.org/download/
Comment

where do you install composer

// Adding permissions after installing Composer on Mac OSX
sudo chmod 755 /usr/local/bin/composer.phar
Comment

composer install --

composer require tymon/jwt-auth --ignore-platform-reqs
Comment

PREVIOUS NEXT
Code Example
Shell :: git ignore after commit 
Shell :: download a file using curl 
Shell :: install old firefox version ubuntu 
Shell :: comparing file content bash 
Shell :: how to run a command async in ubuntu 
Shell :: install couchdb ubuntu 18.04 
Shell :: semantic ui react npm install 
Shell :: linux min 19.10 install virtualbox 
Shell :: gradle test 
Shell :: debian install docker 
Shell :: git clone different ssh key 
Shell :: pull master branch to gh-pages branch 
Shell :: umask linux 
Shell :: shell redirect all to /dev/null 
Shell :: swithc branch in github 
Shell :: list files in cmd 
Shell :: install docker-compose ubuntu 20.04 
Shell :: src/checkdep_freetype2.c:1:10: fatal error: ft2build.h: No such file or directo 
Shell :: watchman installation 
Shell :: pushing an existing repository from the command line 
Shell :: The CUDA compiler identification is unknown CMake Error at CMakeLists.txt:441 (enable_language): No CMAKE_CUDA_COMPILER could be found. 
Shell :: bat restart printer spooler 
Shell :: delete everythng after a certain commit 
Shell :: order allow deny 
Shell :: linux print directory tree 
Shell :: move all files in subdirectories to current directory linux 
Shell :: install python 3.6 in colab 
Shell :: remove umbrella roaming client 
Shell :: error: insufficient permissions for device 
Shell :: ubuntu right click not working 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =