Installing Laravel Composer --------------------------- --Using the Installer# This is the easiest way to get Composer set up on your machine. Download and run Composer-Setup.exe. {https://getcomposer.org/Composer-Setup.exe} It will install the latest Composer version and set up your PATH so that you can call composer from any directory in your command line. -- After installation cross check Composer in your system type below command C:\Users\pc>composer ______ / ____/___ ____ ___ ____ ____ ________ _____ / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/ / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ / \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/ /_/ Composer version 2.1.1 2021-06-04 08:46:46 --Via Laravel Installer First, download the Laravel installer using Composer: Type Below Command composer global require laravel/installer C:\Users\pc>composer global require laravel/installer