Skip to content

Instantly share code, notes, and snippets.

@jonahgeek
Created April 25, 2023 06:13
Show Gist options
  • Save jonahgeek/3c6228bb4cdfc99ce713266813cc78f0 to your computer and use it in GitHub Desktop.
Save jonahgeek/3c6228bb4cdfc99ce713266813cc78f0 to your computer and use it in GitHub Desktop.
Installing latest version of laravel on windows
  1. Download and install Xampp (You can follow this direct link 👉 XAMPP DIrECt DOWNLOAD)

  2. Download and Install Composer Download Composer LTS
    You might need to restart your computer after installing composer.

  3. Download and Install Laravel using the command below which will install the latest version of Laravel on your system.

    composer global require laravel/installer
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment