homestead

  • Owner: laravel/homestead
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerlaravel/homestead
Primary LanguageShell
Program languageShell (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2014-04-17 01:46:34
Pushed At2024-11-06 17:51:02
Last Commit At
Release Count227
Last Release Namev15.0.3 (Posted on )
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count3.9k
Watchers Count126
Fork Count1.4k
Commits Count1.3k
Has Issues Enabled
Issues Count903
Issue Open Count14
Pull Requests Count747
Pull Requests Open Count7
Pull Requests Close Count343
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private