How To Install XAMPP on Windows 10

What is XAMPP?

XAMPP is a free and Open-source cross-platform web server it’s eaiser for testing and deploying by creating a local web server. It is completely free and easy to install Apache distribution containing MySQL, PHP, and Perl. There is a scripting language that you cannot run direct. You will need a server to run the PHP scripting language.

Please follow some easy steps. And im very sure end of this tutorial you’ll able to download successfully on windows 10.

Step 1: Download and Install XAMPP

Go through this link and download XAMPP, go to  apachefriends downloads page, the official link to download XAMPP from.

Step 3 Double-click the downloaded file to launch the XAMPP installer.

Step- 2:- After installation open Xampp and Click on start button

Now xampp has been successfully donwloaded

Now to run your code, open localhost/Your file name then it gets executed.

Thanks ??

Hi I am Amit Experienced Web Developer with a demonstrated history of working in the information technology and services industry.

Related Posts

Blade in Laravel

Blade is the simple,yet powerful templating engine that is included with laravel. Blade does not restrict you from using plain php code in your templates. Blade templates…

Read More

CRUD USING QUIRY BUILDER IN LARAVEL.

We are performing crud opertion using quiry builder in laravel STEP : 1 Create Laravel project by running this command in terminal CMND :– Laravel new project_name…

Read More

Controller In Laravel

Controllers can group related request handling logic into a single class, Instead of defining all of your request handling logic as closure in route files ,you may…

Read More

LARAVEL ROUTING

All Laravel routes are define in route files , which are located in the route directory ,These file are automatically loaded by the framework. The most basic…

Read More

MVC (MODEL VIEW CONTROLLER)

MVC stands for Model–view–controller. The MVC is an architectural pattern model that seprates an applications into three logical components.(Model , View, Controller) MVC was first introduce in…

Read More

ReflectionException : Class BlogsTableSeeder does not exist

When i type php artisan db:seed command. It’s showing this type of errors. [ReflectionException]Class UserTableSeeder does not exist Here is my BlogsTableSeeder <?phpuse Illuminate\Database\Seeder;class BlogsTableSeeder extends Seeder{…

Read More
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x