Laravel - Installation
The top crucial part to  install laravel on windows  is
requirements that demand the proper workflow of the
framework. You need to fulfil the condition mentioned below
before establishing the Laravel framework.
Step-2 After downloading composer,
open the command prompt browse to
the web server root directory or
localhost folder.  Well! Hopefully, you
already have installed XAMP or WAMP
server  in (C:wamp, open
C:wampwww)for PHP working
environment.
Step-3 Now you need to type the following
command to create new Laravel project
using composer. Composer create project --
prefer-dist laravel/laravel mylaravelYou
can replace mylaravel with your desired
project name.
Step-4 If you have done the steps
mentioned above carefully and then
you need to check whether it is
properly working or not and for that,
you need to test the installation by
opening the following link in your
browser.
http://Localhost/mylaravel/public/
Again if you want, then you can change or replace the my
laravel with your project name. Laravel is utmost popular
in this era and growing on a regular basis this beginner
guide to install laravel windows will help you develop your
skill on using framework correctly and become a master
so that after completing this full beginner learning
process you can build a gleaming attractive web
application.
PHP >= 5.6.4OpenSSL
PHP
ExtensionTokeniser
PHP
ExtensionMbstring
PHP ExtensionXML
PHP ExtensionPDO
PHP Extension
Step-1 Visit the below-
mentioned URL and download
composer to install it on your
system.  https://getcomposer.o
rg/download/
www.phptpoint.com/install-laravel-on-windows/

Laravel installation

  • 1.
    Laravel - Installation Thetop crucial part to  install laravel on windows  is requirements that demand the proper workflow of the framework. You need to fulfil the condition mentioned below before establishing the Laravel framework. Step-2 After downloading composer, open the command prompt browse to the web server root directory or localhost folder.  Well! Hopefully, you already have installed XAMP or WAMP server  in (C:wamp, open C:wampwww)for PHP working environment. Step-3 Now you need to type the following command to create new Laravel project using composer. Composer create project -- prefer-dist laravel/laravel mylaravelYou can replace mylaravel with your desired project name. Step-4 If you have done the steps mentioned above carefully and then you need to check whether it is properly working or not and for that, you need to test the installation by opening the following link in your browser. http://Localhost/mylaravel/public/ Again if you want, then you can change or replace the my laravel with your project name. Laravel is utmost popular in this era and growing on a regular basis this beginner guide to install laravel windows will help you develop your skill on using framework correctly and become a master so that after completing this full beginner learning process you can build a gleaming attractive web application. PHP >= 5.6.4OpenSSL PHP ExtensionTokeniser PHP ExtensionMbstring PHP ExtensionXML PHP ExtensionPDO PHP Extension Step-1 Visit the below- mentioned URL and download composer to install it on your system.  https://getcomposer.o rg/download/ www.phptpoint.com/install-laravel-on-windows/