Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    Laravel Windows Installation

    Posted in laravel on 3 April 2017 by vectordesign
    1. Install Composer
      • Installation – Windows#

        Using the Installer#

        This is the easiest way to get Composer set up on your machine.

        Download and run Composer-Setup.exe. It will install the latest Composer version and set up your PATH so that you can just call composer from any directory in your command line.

    2. Open a command line and type
      composer global require "laravel/installer"
    3. Wait for the installation to complete
    4. type laravel in the command line to verify laravel installation

    Leave a Reply