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"
STRUCTURE (Submit after Mid Term , 15 Ashad 2083) A) MCQ 1. What is the…
FUNCTION (Assignment) Submit Before Mid Term MCQ 1. What is the output of this statement…
Evolution History of computer Technology (HISTORY OF COMPUTER) Evolution of computer is a study of…
Unit3_ClassMethodDesign_OOAD DOWNLOAD
Maturity of Enterprise Architecture Practice Maturity of Enterprise Architecture Practice DOWNLOAD
Report-on-final-project_Sample_2