Laravel Installation on Windows 7 XAMPP

10:59 AM Hendry 0 Comments

https://laravel.com/

1. Composer Installation

Pre-requisites

1. XAMPP

Download Composer Setup

https://getcomposer.org/Composer-Setup.exe

Browser and select ...\xampp\php\php.exe


Click Install and Finish

2. Laravel Project Installation


Create Laravel root folder

Under …\xampp\htdocs\laravel (e.g. …\xampp\htdocs\laravel)

Download Laravel Project

Open CMD using Administrator role, and navigate to …\xampp\htdocs\laravel, and run this command: composer create-project laravel/laravel first-project --prefer-dist
*change first-project to your project name

Run LARAVEL through localhost:<port>/laravel/first-project/public