Watch Youtube Video (HINDI) :
In this post we will install the laravel 10 version in the system with the example, also I will tell you the laravel 10 minimum requirement system and support version of the PHP as well as some extension guidelines for the required to install or clone laravel 10 application in the operating system.
Laravel 10 latest version that we will install with the help of this post, this post also included a youtube video for installing laravel 10 on the Windows system and some extension guidelines that must be required before installation.
Laravel 10 is about more featured and comes with more security than the older version. so you must take the laravel 10 version experience. I will tell you all the information in this post for the clone laravel 10 so let's start installing.
Step 1. Install 8.2 OR Greater PHP Version
We must need to install php php 8.1 or greater for the support of laravel 10 in our system, laravel 10 the minimum required version of PHP is "^8.1". So we will install the latest PHP version, Click On the link to Download Xampp.
After that, we have to enable a ZIP extension inside the xampp configuration, by default it will be disabled in the php.ini file.
xampp\php\php.iniextension=zip
After enabling the zip extension we will Restart Your Xampp Services for the applied change in the php.ini file. The laravel 10 zip extension must require for the install in the operating system. then after we will move forward to the next step.
Step 2. Install Laravel 10
After successfully installing php 8.1 or greater version in the system and enabling the zip extension in the apache server we will install the laravel project.
just copy the below-provided command and paste it into your project path command prompt. it will take some time for installing composer and core dependence files from the internet wit with the default composer packages.
composer create-project laravel/laravel example-app
After successfully installed you will see some interfaces like below given image.
Step 3. Start Server
After that we will start the laravel 10 local servers by using the below suggested command in the command prompt.
php artisan serve
Open the below provided URL link in your browser and you will see the laravel 10 welcome home page.
http://localhost:8000
So this is the simple guideline for installing laravel 10 in the system with the example. also, we are providing a video guideline for more comfort and easy-to-install laravel 10 you can follow the video also.
We always thanks to you for reading our blogs.

Dharmesh Chauhan
(Swapinfoway Founder)Hello Sir, We are brothers origin from Gujarat India, Fullstack developers working together since 2016. We have lots of skills in web development in different technologies here I mention PHP, Laravel, Javascript, Vuejs, Ajax, API, Payment Gateway Integration, Database, HTML5, CSS3, and Server Administration. So you need our service Please Contact Us

Haresh Chauhan
(Co-Founder)We Are Also Recommending You :
- Where Clause In Laravel Eloquent Example
- Laravel 9 Sanctum API Authentication Tutorial
- How To Restrict User Access From IP Address Laravel
- Laravel Custom Command Make Example
- Laravel 6 Create Custom Helper Function
- How To Configuration Laravel Supervisor
- How To Secure Laravel Website From Hackers
- Laravel 9 File manager integration tutorial
- How to Generate PDF in Laravel 6 Example
- Laravel 6 - QR Code Generator Example