Monday, April 10, 2017

can't able to install laravel using composer

I installed composer successfully.

Now i am trying to install laravel using this command composer global require "laravel/installer" in command prompt but i can't able to install laravel.

This show me something like below image.

enter image description here

When i use composer create-project --prefer-dist laravel/laravel blog in command prompt then it will show me something like below image.

enter image description here What should i do? any suggestion?



via Vishal Panara

Advertisement