This worked better forme :
Go to the directory where you installed composer and execute the following command:
.\composer create-project --prefer-dist laravel/laravel C:\xampp\htdocs\apps
Don't forget to replace C:\xampp\htdocs\apps by your own path to the folder where you want to install Laravel.