Install and Run Laravel on Windows Wamp Server

Raymond Wong
2 min readMar 17, 2019

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 (MVC) architectural pattern and based on Symfony.

Our Environment

Here is our environment to run Laravel

  • Windows 10
  • WAMP Server (http://www.wampserver.com/en/)Wampserver 3.1.7 64 bit x64 — Apache 2.4.37 — PHP 5.6.40, 7.0.33, 7.1.26, 72.14, 7.3.1 —

--

--