


Before introducing how to build a Homestead environment, you need to understand several important concepts. You can read this article "Explaining the Concepts of Homestead, Vagrant and Virtual Machines" to learn more.
The following officially introduces the detailed steps to build a Homestead environment under Windows 10:
Step 1: Install VirtualBox
Install VirtualBox virtual machine Software:
Download link of this site:VirtualBox Win system 6.1.30 version
- ##Official download address:
Next. (If a VirtualBox COM object failure error occurs during the installation of the virtual machine, please refer to "
Solving the problem of failure to obtain VirtualBox COM object ")
Step 2: Installation Vagrant
Install Vagrant virtual machine management software:- Download link of this site:
vagrant Win64-bit system version 2.2.19|vagrant Win32-bit system version 2.2.19
- Official download address:
Next.
Note: Vagrant will restart the computer after successful installation. Don’t panic if the screen suddenly turns black and shuts down~
Then you can entervagrant -- in the CMD window The version command is used to test whether Vagrant is installed successfully. Displaying the version number means the installation is successful, and be sure to run it as
administrator~
Step 3: Install Homestead
1. Install homestead.box
vagrant box add laravel/homestead command; then select the corresponding virtual machine to use machine, such as virtualbox, enter 3 and press Enter to select as shown below.
homestead.box":
##Then drag the homestead.box file directly to the
command and wait for the installation to complete<pre class='brush:php;toolbar:false;'>vagrant box add laravel/homestead [box文件绝对路径]
<!--
例:
vagrant box add laravel/homestead c:\tools\homestead.box
--></pre>
Then you can use the
command to check whether the installation is successful, and at the same time check the version number (the version number shown here is 0)
注意:手动安装homestead.box
文件时,一定要把该文件放到英文目录中,并且由于本地安装homestead.box版本号为0,还要更改一下配置文件(自动安装box的则不需要设置),下文会介绍到。
2、下载homestead配置文件
点击配置文件下载地址:https://github.com/laravel/homestead,这里有两种方式下载:
(1)通过git克隆:git clone https://github.com/laravel/homestead.git
(2)点击Download ZIP
直接下载压缩包。
注:克隆和下载选任意一个即可
3、配置homestead配置文件
将上一步下载的zip文件解压并放入到用户的家目录中并更名为Homestead:
注意:Administrator
为我目录名称,你的有可能不一样。
双击运行文件中(windows下是:
init.bat
) (linux下是:init.sh
)来获取配置文件homestead.yaml
配置homestead配置文件
homestead.yaml
因为我们是手动安装homestead.box的,默认版本号为0,所以要先来修改下配置,将查找的版本号设置>=0
即可,自动安装box的则不需要设置。
找到如下图所示的homestead.rb
文件并打开:
然后设置config.vm.box_version = settings['version'] ||= '>= 0'
,如下所示:
接着我们要来配置同步的目录,找到homestead.yaml
文件并打开
//同步的目录 folders: - map: C:\Users\Administrator\marriage //宿主机位置 to: /home/vagrant/code //同步虚拟主机位置 //表示将win下的marriage目录同步到虚拟机下的code目录,也就是说无论在这两个哪个目录中修改内容都可以同步到另一个目录中。
用绝对路径或相对路径设置都可以(~代表家目录)
相对路径如下:
绝对路径如下:
我这里选择用绝对路径设置,设置完记得要保存文件~
4、获取公钥
获取公钥是为了方便每次登录输入用户名密码。
如下所示执行ssh-keygen
命令生成秘钥。
注意:win10自动开启SSH命令,但是win7就是需要安装ssh(可参考:《Windows7安装OpenSSH服务的步骤详解(亲测有效)》)。
5、启动虚拟机主机
先通过执行cd Homestead
命令切换到Homestead目录,然后执行vagrant up
命令来启动虚拟机主机
虚拟机启动成功,界面如下所示(不需要经常开启这个界面,直接使用vagrant来管理即可)
接着使用密钥连接登录虚拟机,在命令行执行vagrant ssh
命令即可(一定要在homestead目录下执行该命令)
注意:
如果SSH认真失败,删除insecure_private_key文件,该文件可以通过以下路径找到:
C:\user\Administrator\.vagrant.d\insecure_private_key 文件
重新生成vagrant密钥
ssh-keygen -f /User/Administrator(你的用户)/.vagrant.d/insecure_private_key
启动虚拟机也可不使用密钥进入,手动输入用户名和密码
用户名:vagrant 密码: vagrant
默认数据库用户名及密码
UserName:homestead PassWord:secret
至此,Win10下homestead环境就搭建好了!
在《Homestead安装运行laravel项目的步骤详解【图文】》文章中继续给大家介绍了怎么在homestead环境里安装Laravel并运行!
The above is the detailed content of The most comprehensive tutorial on setting up a Win10+Homestead environment [pictures and text]. For more information, please follow other related articles on the PHP Chinese website!

win10中提示80070035找不到网络路径的解决办法:1、单击“网络”,“打开网络和Internet设置”,选择“网络和共享中心”后再选择“更改高级共享设置”,然后勾选“启用共享以便可以访问网络的用户读取公用文件夹中的文件”;2、返回“网络和共享中心”单击“宽带连接”并选择“属性”,点击“网络”,勾选“microsoft网络客户端”即可。

win10找不到网络适配器驱动的解决办法:1、更新驱动程序,可以使用设备管理器来更新驱动程序;2、重新安装驱动程序,先卸载设备,再重启电脑;3、从制造商网站下载驱动程序;4、检查硬件故障。

win10自带的看图软件叫“Microsoft照片”,其下载方法是:1、打开win10电脑;2、在Microsoft Store中搜索“Microsoft照片”并下载;3、将照片查看器的默认软件设置为【照片】即可。

win10任务栏经常假死的原因是win10 64位系统可靠性不佳造成的,其解决方法:1、重启“windows资源管理器”;2、卸载冲突软件;3、重新“部署操作进程”;4、修复系统服务;5、通过powershell命令尝试修复;6、cmd中执行修复命令;7、针对右击任务栏应用图标时弹出菜单缓慢的情况;8、通过新建Windows用户来重置系统设置;9、还原系统。

win10更新后无法上网解决方法:1、检查网络连接,使用其他设备连接同一网络来确认网络是否可用;2、检查网络驱动程序,找到网络适配器,并检查是否有任何驱动程序更新可用;3、重置网络设置,打开“命令”窗口,输入“netsh winsock reset”和“netsh int ip reset”,然后重启;4、更新网络驱动程序;5、检查防火墙和安全软件设置,暂时禁用重新连接即可。

解决方法:1、先重启“Windows资源管理器”;然后以管理员身份运行powershell,执行命令重新部署进程;最后在“个性化”设置界面中,关闭加载最常访问列表功能。2、打开powershell窗口,利用命令检查并修复Windows文件。3、打开“本地组策略编辑器”,进入“内置管理员帐户的管理员批准模式”的属性窗口;然后在“本地安全设置”选项卡中,点击“启用”;最后重启电脑。

win10右键没有管理员权限的解决办法:1、在电脑桌面右键点击“此电脑”;2、在弹出的列表中找到“管理”,点击打开;3、依次选取“系统工具”->“本地用户和组”->“用户”;4、在中间栏找到并点击打开“Administrator”;5、取消勾选“账户已禁用”,然后点击“应用”和“确定”即可。

不够用。虽然4G内存足够满足Windows 10系统的安装需求,但问题是不可能只在电脑里安装一个系统,还要安装其他应用,而这些应用也会占用一定的内存空间;先不考虑CPU、硬盘和显卡等配件是否能够满足需求,只单独说内存,假设用户安装的Windows 10系统占用了2G内存,但其他的辅助插件和应用可能还会占去2G内存,一旦内存被占满,必然会导致电脑出现卡顿、运行慢的情况。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

Atom editor mac version download
The most popular open source editor

WebStorm Mac version
Useful JavaScript development tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1
Easy-to-use and free code editor
