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"
In a serene forest by the edge of a sparkling lake, there lived a cheerful…
Retiring comfortably is a goal many aspire to achieve, and with the right strategies, it’s…
Is your computer running frustratingly slow? Don't worry; you're not alone in facing this common…
Once, in a sunny forest, Fox and Crow were friends. One day, Crow found a…
Once upon a time, in a cozy village nestled between rolling hills and whispering forests,…