Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

composer uninstall

composer remove vendor/package
Comment

remove composer package

Syntax: composer remove <package>

Example: composer remove laravel/tinker
Comment

how uninstall composer

Delete the file composer.phar.
Delete the Cache Folder:
Linux: /home/<user>/.composer
Windows: C:Users<username>AppDataRoamingComposer
Comment

uninstall composer

On windows:

rmdir /s /q ComposerSetup
rmdir /s /q C:Users<username>AppDataRoamingComposer
Comment

PREVIOUS NEXT
Code Example
Shell :: install docker-machine linux 
Shell :: git push to remote branch 
Shell :: how to change last commit message in git 
Shell :: how to execute a file in ubuntu by double click 
Shell :: powershell add line to beginning of file 
Shell :: how to change or remove ubuntu logo in login page 
Shell :: rsync backup 
Shell :: loop through a collection mongo db 
Shell :: how to remove something from bin folder in ubuntu 
Shell :: how to stop nohup process 
Shell :: ubuntu list files 
Shell :: install minikube chocolatey 
Shell :: git diff between one file 
Shell :: kill task linux ubuntu 
Shell :: how to install nginx on centos 7 
Shell :: python print sql in shell_plus 
Shell :: windows mac address ethernet 
Shell :: bash xargs 
Shell :: github get repo size 
Shell :: flushbar flutter 
Shell :: git checkout fast 
Shell :: zip file linux 
Shell :: terminal public ip 
Shell :: delete a deployment in kubernetes 
Shell :: makefile parameter 
Shell :: How can I check if a directory exists in a Bash shell script? 
Shell :: delete a folder then git push 
Shell :: how to setup path using git bash in windows 
Shell :: remove a git remote origin 
Shell :: wsl import 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =