I\'m trying to install Laravel using Composer, but after running the following command
composer create-project laravel/laravel cmsLaravel 5.2
You can just run
composer install
and it will process the required files to load the laravel in web browser
EDIT:
After seeing your comment, you should go to your laravel directory in your cmd.
cd C:\xampp\htdocs\laravelCMS
and run the command