composer create-project laravel/laravel . --prefer-dist
Notice the dot. It specifies that it should install Laravel in the dir you are currently in. Replace it with "testing" and it will create a folder testing all install laravel inside of it.
Also --prefer-dist is not required as it is the default value.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community