In this video we will learn how to start laravel project using a single command. Already we use the same practice to start laravel project, Which is go to the project directory using multiple commands and then type,
php artisan serve.
In this tutorial we will show you that how we can make a batch file. Then run this batch file in cmd for running multiple commands with a single click. This practice will save a lot of our time whenever we start laravel project.