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
關注者數125
派生數1.4k
提交數1.3k
已啟用問題?
問題數903
打開的問題數14
拉請求數747
打開的拉請求數6
關閉的拉請求數344
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?