How To Install Laravel in windows | laravel tutorial for beginners step by step in hindi | Part 2

How To Install laravel on windows 

in this tutorial we will install laravel on windows .You must install 2 tools on your system before installing Laravel

  1. Composer
  2. PHP Server (XAMPP/WAMPP)  

In this tutorial we will use xampp server 

 

How To Install Laravel on Window

  1. Open CMD And Go Your XAMPP/htdocs directory 
  2. Run this Command on your CMD
  3. Command : composer create-project laravel/laravel blog "5.5.*" --prefer-dist
  4. After Execute this laravel install on your system 

For Run laravel project on your system , open web browser and type this url 
URL : http://localhost/your-project-location/public 
 


Related Tutorials