How to Install Laravel with Composer

In this article , We’ll show you ways to put in Laravel 5.8, 5.7 & 5.6 Framework on windows system step by step and make a primary laravel 5.8, 5.7 & 5.6 application. additionally discuss regarding how to Install composer windows. Install Laravel on Windows during a matter of minutes.

What is Laravel ?

Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.

Download and Install Composer

Before install laravel on windows. 1st of transfer composer on windows system. If you already composer transfer / installed composer. attend STEP 2, Otherwise follow the steps.

Run the setup and Install composer.

install composer

Next, the window can show the resume of the settings, click “Install” to continue.

install composer

If you have got any proxy URL enter here, don’t understand to go away it to click next

install composer

The setup wizard can download the desired files from getcomposer.org. Your installation is completed.

install composer

Composer installed with success. Click to end button and move to future step.

install composer

Install Laravel 5.8

Type the command In command prompt

composer create-project laravel/laravel –prefer-dist

This will transfer the Laravel framework and make a new folder name ‘laravel‘ with all dependencies already put in during this folder. can|you’ll|you may} be facing an error whereas downloading ‘PHPUnit‘ because it will arouse the GitHub authorization token.

Open your browser and enter this URL “http://localhost:8000” within the address bar. Don’t forget to feature “Port number”. If everything works fine, you will be able to see the Index page of your Laravel application.

laravel-composer-7

You have with success created and put in your 1st Laravel application on your Windows system. be happy to raise if you’ve got any queries regarding this tutorial.

Leave a comment