【Tutorial】Setup Homestead & Install Laravel 8.x/9.x in Windows 10 VirtualBox - For Beginner

preview_player
Показать описание
Are you still using XAMPP or WAMP? How to standardize the development environment? Homestead is the official dev environment for you, it let you easily create your own Ubuntu VM server in Windows 10!

Let's follow this step-by-step tutorial to learn setting up the Homestead in Windows 10 with VirtualBox & Vagrant!

⚠️ For those who saw this error msg:

Text Version:

中文版:

🔖 Chapters:
0:00 Intro
0:48 Install Git
1:45 Generate SSH Key
3:08 Install PuTTY & HeidiSQL
3:37 Install VirtualBox
4:15 Install Vagrant
4:43 Install NFS Plugin
5:32 Pull Homestead from GitHub
9:54 Boot up VM,Vagrant Up !
11:10 Use SSH Key login without password
12:34 Install Laravel 8.x
14:42 Manage Database without SQL Commands
15:45 Checkout Laravel Welcome Page

Software Download Links:
Homestead Vagrant Box

• Git
• HeidiSQL
• PuTTY
• Vagrant
• VirtualBox & VM VirtualBox Extension Pack

#Laravel #Homestead #Vagrant #VirtualBox #NFS #Ubuntu #PHP #Git #HeidiSQL #Windows #VirtualMachine #VM
Рекомендации по теме
Комментарии
Автор

I've never seen a tutorial so well done. Congratulations

hildozonta
Автор

Perfect tutorial. Clear and right to the point. Thank you

saocungduocx
Автор

Important point - Make sure you do "Vagrant Up" in the command prompt as an administrator, it may cause issues with npm and symlinks if not (certainly did for me)

HN-nowr
Автор

One of the most organized, straight forward and Authentic tutorial on YouTube.
Keep it up sir✔✔✌

MuhammadBilal-svql
Автор

its just works! one try and everything working fine.. a bit delay tho to browse my site, 2+ second, I guess its because of VM

amiruladli
Автор

Is there anyway to shut off the music?

vaughanja
Автор

Greetings, I have been diligently following your tutorial for a number of days now, but unfortunately, whenever I attempt to execute the 'vagrant up' command I am faced with a number of issues that prevent me from progressing any further. Despite having attempted to resolve this problem by uninstalling and then subsequently reinstalling the relevant software, I have yet to achieve any success.

emmanuelomiragua
Автор

Thanks, easy to follow all the steps and it works!

weichung
Автор

I am getting an error after changing the .env file!!
"SQLSTATE[HY000] [1049] Unknown database 'sample_db'...
How to fix it??
Please help!!

albertsahakyan
Автор

Very nice tutorial, but every time that I want to make a new project I have to change all of these names from Homestead.yalm file, the hosts file etc. ?

dertsy
Автор

No input file specified. i am getting this error

ashishacharya
Автор

I am long time wordpress builder for small business and so used to 10, 000 of templates on themeforest to choose from. Surely we don't have to build site from scratch with laravel I can't find a template store any advice?

LlamaOates
Автор

I keep getting this error
homestead: Inserting generated public key within guest...
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,

calebadeleye
Автор

Hello, everything went fine until 10:30, i don't understand the login process, should i create an account or something?

amirnabi
Автор

Hello, i am getting network error:connection refused at this step 10:57

paktongko
Автор

Could you please help? I got the following error ...how to resolve this.... Check your Homestead.yaml (or Homestead.json) file, the path to your private key does not exist.

robynjohn
Автор

nice video!

is the database "sample_db" is automatically created when we installed laravel?

fadilrahadiansyah
Автор

I'm running into an error after following all the steps, once I use the "vagrant up" command in cmd I get this message after executing all of the tasks for "vagrant up" and booting the VM

message:
" The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong. "


I've looked for a solution but i found nothing really useful .. did anyone else encounter this ?

loaybig
Автор


Steps:
1. _vagrant destroy_
2. add " _in-flight-service: true_ " at the bottom of _Homestead.yaml_
3. _vagrant up_

Dogcomp