Laravel installation on windows part 1

hasan rosidi
2 min readApr 19, 2020

--

hello world, this article will explain laravel installation on windows ( ex : windows 7 )

  1. First off all, we need to download and install apache server. We can use XAMPP, WAMPP or manually installation by downloading single apache. In this case we use latest XAMPP that support the php 7 as prequisite on laravel installation document.
XAMPP download Page

2. Install Composer ( if you want laravel and another dependencies with simple way )

download composer

3. Windows -> run -> cmd , you will see the cmd.exe. Right click on the icon and choose run as Administrator and go to the xampp>htdocs>project_folder ( note : project folder name is own yours , rename as you wish ). After that you can type "composer create-project --prefer-dist laravel/laravel project_folder".

cmd command

4. Open your browser too see that result, don’t forget to start the apache service.

Start Apache Service

On browser url bar, write down the link : http://localhost/project_folder/public and you will see the result.

Installation Result

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

hasan rosidi
hasan rosidi

Written by hasan rosidi

0 Followers

Simply Developer, Malang , Jawa Timur, Indonesia

No responses yet