homestead

  • 所有者: laravel/homestead
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Introduction

Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, and any other server software on your local machine. No more worrying about messing up your operating system! Vagrant boxes are completely disposable. If something goes wrong, you can destroy and re-create the box in minutes!

Homestead runs on any Windows, Mac, or Linux system, and includes the Nginx web server, PHP 7.4, MySQL, Postgres, Redis, Memcached, Node, and all of the other goodies you need to develop amazing Laravel applications.

Official documentation is located here.

Developing Homestead

To keep any in-development changes separate from other Homestead installations, create a new project and install
Homestead from composer, forcing it to use a git checkout.

$ mkdir homestead && \
    cd homestead && \
    composer require --prefer-source laravel/homestead:dev-master

After it's complete, vendor/laravel/homestead will be a git checkout and can be used normally.

主要指标

概览
名称与所有者laravel/homestead
主编程语言Shell
编程语言Shell (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2014-04-17 01:46:34
推送于2024-11-06 17:51:02
最后一次提交
发布数227
最新版本名称v15.0.3 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数3.9k
关注者数126
派生数1.4k
提交数1.3k
已启用问题?
问题数903
打开的问题数14
拉请求数747
打开的拉请求数7
关闭的拉请求数343
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?