Thursday 1 April 2021

How To Install Laravel 8 On Windows


Step 1 – Prerequisite to Install Composer On Windows

Step 2 - Open Command Prompt (Windows key + R Then write cmd and Press Enter Key)    


Step 3 - Go to WWW dir in cmd where is your Wamp dir. (Ex: D:\wamp64\www> )

Step 4 - Write below command and press Enter key. It will be take a couple of minutes for installation.

=> D:\wamp64\www> composer create-project --prefer-dist laravel/laravel laravel_demo "8.*"


Step 5
- Start Laravel Project (laravel_demo)

=> php artisan serve