Unknown How To Install Laravel in windows | laravel tutorial for beginners step by step in hindi | Part 2 | My Project HD
X

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

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 
 

More Tutorials

Web Technology Tutorials in Hindi

Web Technology Tutorials in Hindi

Read More
Diploma engineering tutorial for polytechnic collage

Diploma Engineering Tutorial

Read More
Final Year Projects for Computer Science with Source Code

Final Year Projects for Computer Science with Source Code

Read More

Related Tutorials