Installing Laravel 5.8 on WAMP server
Please follow these steps below to install Laravel on WAMP server.
- Download composer from https://getcomposer.org/download/
- Install it by installer’s default settings
- Run windows command prompt to www folder of WAMP server
- Enter the following command line to create Laravel version 5.8 project. Command: composer create-project –prefer-dist laravel/laravel projectName “5.8.*”