{"id":13512379,"url":"https://github.com/laravel/homestead","last_synced_at":"2025-05-12T05:35:02.452Z","repository":{"id":16117881,"uuid":"18863040","full_name":"laravel/homestead","owner":"laravel","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-06T17:51:02.000Z","size":1668,"stargazers_count":3877,"open_issues_count":21,"forks_count":1443,"subscribers_count":126,"default_branch":"main","last_synced_at":"2025-05-11T03:42:55.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"chaimleib/intervaltree","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laravel.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-17T01:46:34.000Z","updated_at":"2025-05-03T07:29:02.000Z","dependencies_parsed_at":"2024-01-12T07:07:43.310Z","dependency_job_id":"66cd82d4-792d-4c39-8f49-c3d206f4c3f7","html_url":"https://github.com/laravel/homestead","commit_stats":{"total_commits":1107,"total_committers":295,"mean_commits":3.752542372881356,"dds":0.6675700090334237,"last_synced_commit":"98a798b18a078121252f0ecfe3e10cba050ce504"},"previous_names":[],"tags_count":227,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel%2Fhomestead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel%2Fhomestead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel%2Fhomestead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel%2Fhomestead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravel","download_url":"https://codeload.github.com/laravel/homestead/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514552,"owners_count":21920334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T03:01:47.690Z","updated_at":"2025-05-11T03:43:07.506Z","avatar_url":"https://github.com/laravel.png","language":"Shell","funding_links":[],"categories":["Shell","开发环境(Development Environment)","Dev","Tools","Open Source Laravel"],"sub_categories":["VMs and environments","Virtualisation","Case Study"],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"/art/logo.svg\" alt=\"Laravel Homestead Logo\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/laravel/homestead/actions\"\u003e\n        \u003cimg src=\"https://github.com/laravel/homestead/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel/homestead\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/dt/laravel/homestead\" alt=\"Total Downloads\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel/homestead\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/v/laravel/homestead\" alt=\"Latest Stable Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel/homestead\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/l/laravel/homestead\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nLaravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, or 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!\n\nHomestead runs on any Windows, Mac, or Linux system, and includes the Nginx web server, PHP, MySQL, Postgres, Redis, Memcached, Node, and all of the other goodies you need to develop amazing Laravel applications.\n\nOfficial documentation [is located here](https://laravel.com/docs/homestead).\n\n#### Components\n\nHomestead is made up of 2 different projects. The first is this repo which is the *Homestead application* itself. The application is a wrapper around Vagrant which is an API consumer of a virtualization hypervisor, or provider such as Virtualbox, Hyper-V, VMware, Or Parallels. The second part of Homestead is *Settler*, which is essentially JSON \u0026 Bash scripts to turn a minimalistic Ubuntu OS into what we call *Homestead base box*. Homestead and Settler (AKA *Homestead Base / Base Box*) combined give you the Homestead development environment.\n\n\u003e When you run `vagrant up` for the first time Vagrant will download the large base box from Vagrant cloud. The base box is the output from Settler. The base box will be stored at `~/.vagrant.d/` and copied to the folder you ran vagrant up command from in a hidden folder named `.vagrant`. This is what allows vagrant to create a VM and destroy it quickly and without having to download the large base box again.\n\n##### Current versions\n| Ubuntu LTS | Settler Version | Homestead Version | Branch    | Status               |\n|------------|-----------------|-------------------|-----------|----------------------|\n| 22.04      | 14.x            | 15.x              | `main`    | Development/Unstable |\n| 22.04      | 14.x            | 15.x              | `release` | Stable               |\n\n## Developing Homestead\n\nTo keep any in-development changes separate from other Homestead installations, create a new project and install\nHomestead from composer, forcing it to use a git checkout.\n\n```\n$ mkdir homestead \u0026\u0026 \\\n    cd homestead \u0026\u0026 \\\n    composer require --prefer-source laravel/homestead:dev-main\n```\n\nAfter it's complete, `vendor/laravel/homestead` will be a git checkout and can be used normally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel%2Fhomestead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel%2Fhomestead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel%2Fhomestead/lists"}