How to Install Laravel 5.6 on Windows using Composer

Here let's see how to install laravel on windows using composer . Ever since its launch, laravel has become the most popular php framework and not without a good reason. It's a great alternative to CodeIgniter which is another popular MVC for php. Laravel ships with so many goodies out of the box than other frameworks do. Mastering laravel will definitely take some time, but the time spent is well worth it in the long run. And it will save loads of time in application development. Anyhow, here you are, planned to move on to laravel and want to install it for the first time. Without wasting the time, let's dive into the process of installing laravel on windows machine. System Requirements for Laravel: As of now, the latest laravel version is 5.6. And you have to make sure the below system requirements is met to install and use it on your machine. PHP >= 7.1.3 OpenSSL PHP Extension PDO PHP Extension JSON PHP Extension XML PHP Extension Ctype PHP Extension Mbst...