Categories: Laravel

Problem in composer create-project

To start a new project in laravel we generally do the following code

composer create-project --prefer-dist laravel/laravel projectname

OR

composer create-project --prefer-dist laravel/laravel projectname "version_of_laravel"

You may get error as below

 

Now the solution for this I found is to put the code below in your command prompt.

composer global require "laravel/lumen-installer"

jaminrai

Share
Published by
jaminrai

Recent Posts

Evolution History of computer Technology

Evolution History of computer Technology (HISTORY OF COMPUTER) Evolution of computer is a study of…

2 days ago

Maturity of Enterprise Architecture Practice

Maturity of Enterprise Architecture Practice Maturity of Enterprise Architecture Practice   DOWNLOAD

4 weeks ago

Computer Science Project Report Guidelines and Sample

Guidelines (Click Below to Download) SAMPLE 1 SAMPLE 2

7 months ago