Skip to content

bitqiu/homestead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homestead

用法

安装 homestead

composer install 

修改配置 Homestead.yaml

folders:
    # windows example
    - map: "D:/youprojectpath"
      to: "/home/vagrant/youprojectpath"
      
    # *uinx example
    - map: "~/youprojectpath"
      to: "/home/vagrant/youprojectpath"
sites:
    - map: youdomain
      to: "/home/vagrant/youprojectpath/public"

databases:
    - youdatabases

启动 vagrant

vagrant up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages