Home  >  Article  >  Backend Development  >  laravel homestead windows installation

laravel homestead windows installation

WBOY
WBOYOriginal
2016-08-08 09:24:38863browse

1. Download the two tools visual box and vgarant, install them

  • http://vagrantup.com
  • https://www.virtualbox.org/
  • 2. Add homestead box to vagrant

    3. Create a virtual machine configuration file

    git clonehttps://github.com/Swader/homestead_improved your directory

    4. ModifyHomestead .yaml configuration

    folders is the directory in the virtual machine corresponding to the actual directory of Windows

    sites is the directory of the virtual machine corresponding to the site name

    5. Modify hosts to the site in sites Name

    6. Open vargrant up, connect the terminal to vagrant ssh

    7. Browser, enter your URL: 8000 to directly access the folder you set in folders

    8. Reference

    http://www.sitepoint.com/quick-tip-get-homestead-vagrant-vm-running/

    https://phphub.org/topics/2

    The above introduces the laravel homestead windows installation, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Previous article:php-smarty-cache1(25)Next article:php-smarty-cache1(25)