Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

composer list all installed packages

# You can run:
$> composer show -i # (short for --installed).

# In the latest version just use:
$> composer show
# The -i options has been deprecated.

# You can also use the global instalation of composer:
$> composer global show
Comment

composer list packages

composer show -i //local packages
composer global show -i //global packages
Comment

PREVIOUS NEXT
Code Example
Shell :: why i am not able to make a directory in htdocs folder in ubuntu 
Shell :: git ignore still tracking 
Shell :: como instalar visual studio code en ubuntu 20.04 
Shell :: zsh command not found: flutterfire 
Shell :: install scoop 
Shell :: Failed to start nginx.service: Unit nginx.service not found. 
Shell :: upload sql database in devilbox 
Shell :: kill adb device or emulator 
Shell :: psycopg2 error install 
Shell :: create repo from cmd 
Shell :: windows services list 
Shell :: check if virtualbox is installed ubuntu 
Shell :: install xfce 
Shell :: aws cloudfront invalidation cli 
Shell :: Setting default variable value in bash 
Shell :: show saved wifi password windows 11 
Shell :: pip install streamlit upgrade 
Shell :: php curl ignore ssl certificate 
Shell :: go update all packages 
Shell :: pacman update 
Shell :: truffle.ps1 is not digitally signed 
Shell :: awk sum if 
Shell :: decompress file gz in linux 
Shell :: gitlab set ssh key 
Shell :: tail colorful 
Shell :: install angular cdk 
Shell :: cypress install 
Shell :: increase ssh session timeout linux 
Shell :: git update using git bash 
Shell :: pkg-config: not found 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =