Installing Laravel on Windows 10: A Beginner’s Guide
How to install Laravel on Windows 10? What are the prerequisites? How to get started?
Laravel is a free open source PHP framework. It provides tools for building web applications and APIs. The framework has gained popularity because of its simplicity and ease of use.
Laravel is a great choice for beginners who want to build their next project using PHP. In this tutorial, I’ll show you how to install Laravel on your PC or Mac.
Prerequisites:
- PHP — PHP is an open-source, interpreted, and object-oriented scripting language that can be executed at the server-side. PHP is well suited for web development.
- XAMPP — XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl.
- VSCode (Use any code editor) — Visual Studio Code, also commonly referred to as VS Code, is a source-code editor made by Microsoft with the Electron Framework, for Windows, Linux and macOS.
Before Installing Laravel in windows 10 make sure you have all above prerequisites list ready and running. PHP and XAMPP running.