Installing Laravel 5.8 on WAMP server



Please follow these steps below to install Laravel on WAMP server.


  1. Download composer from https://getcomposer.org/download/
  2. Install it by installer’s default settings
  3. Run windows command prompt to www folder of WAMP server
  4. Enter the following command line to create Laravel version 5.8 project. Command: composer create-project --prefer-dist laravel/laravel projectName “5.8.*”