How to Install Laravel 9 on windows 10

preview_player
Показать описание
How to Install Laravel 9 on windows 10

In this video we will learn how to install laravel 9 on windows 10 using xampp server. First of All, you need to have xampp server or you can download and install that, and then you need to download and install composer. Once you download and install xampp and composer, then you will able to install laravel.

So, first of all, you need to open cmd command, inside there, you need to select the path where you've installed xampp server. Usually, developers install xampp on C driver. If you have install xampp on C drive.

Then you need to find the xampp folder inside the folder have htdoc folder. You need to get the htdoc folder path and go back your cmd command, inside there you need to select the path like cd xampp/htdoc.

Once you enter inside the htdoc directory, then you need to write the command to install the laravel latest version.

Inside the video tutorial, you will learn step by step installation of laravel and also you will open laravel project with different ways.

Hope you like the video, thanks.

OnlineITtuts Tutorials cover many topics such as Web Designing, Web Development, Programming, Database, WordPress, Blogging, Google AdSense, Digital Marketing and TipsNTicks. I was made many videos for different categories, and I will share another helpful tutorial for different topics.

Support Me on Patreon

Follow Us on Facebook

Follow Us on Twitter

Follow Us on Pinterest
Рекомендации по теме
Комментарии
Автор

Many thanks. I am now using wamp64, and I got Laravel v8.83.16 (PHP v7.4.26). I guess the reason I didn't get Laravel 9 is the version of my PHP is not 8. But anyway, it is enough for a beginner like me to start my first Laravel project. Looking forward to your other videos on this topic.

awakening
Автор

thanks a bunch, it was clear and easy to follow

EnochPerera
Автор

PHP Warning: Failed to open stream: No such file or directory in on line 18
When I run php artisan serve

mkwaliyo
Автор

Thanks alot sir! I made this done through instructions given here...looking for next level

adolpheselemani
Автор

Best Tutorial for installation laravel

Rayobeats
Автор

this was a very useful video, thanks a lot sir!

mijaberes
Автор

a lot of thanks to you man, i really appreciate your efforts

gustav
Автор

Nice, thanks for your content, it's very useful for me

amrikhurniawan
Автор

Hi sir I got an error in laravel
Value in the SESSION gets stored if I send it with POSTMAN and i can get the value in different function.
But if I do same with AXIOS, value will get stored only till that called function ends .After if I want to access that value with different function it will return null.
Earlier even with POSTMAN value was not getting stored.
After adding it works fine with POSTMAN and not with AXIOS

amithm
Автор

I use WAMP as server
I'm writing the same commands but it installs me "laravel v5" how can I install specific versions?
Thanks in advance

vckyvqn
Автор

global require laravel/installer
'composer' is not recognized as an internal or external command,
operable program or batch file.

D:\xampp\htdocs\Laravel>
D:\xampp\htdocs\Laravel>php composer.phar global require laravel/installer
'php' is not recognized as an internal or external command,
operable program or batch file.

KULDEEPKUMAR-ffdm