Create Laravel New Project -------------------------- you can select any drive or any folder Once installed, the laravel new command will create a fresh Laravel installation in the directory you specify. For instance, { laravel new project1 } will create a directory named project1 containing a fresh Laravel installation with all of Laravel's dependencies already installed: C:\Users\pc>d: D:\>mkdir LaravelProject D:\>cd LaravelProject D:\LaravelProject>laravel new project1 _ _ | | | | | | __ _ _ __ __ ___ _____| | | | / _` | '__/ _` \ \ / / _ \ | | |___| (_| | | | (_| |\ V / __/ | |______\__,_|_| \__,_| \_/ \___|_| Application key set successfully. Application ready! Build something amazing.