Faridul Khan
Faridul Khan

Reputation: 2007

Check Composer Install in My Local PC or Not

I am new in laravel, so i need to know composer install my local pc.

I also new in gitbash.

Upvotes: 0

Views: 47

Answers (2)

Arifur Rahman
Arifur Rahman

Reputation: 140

You can try this:

$ composer --version

Upvotes: 1

Piterden
Piterden

Reputation: 789

You could try to type in bash:

$ whereis composer

Upvotes: 1

Related Questions