laravel / homestead by taylorotwell

A virtual machine for web artisans.
7,682,621
3,874
126
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2014-04-17
Package Last Update: 2024-11-06
Home Page:
Language: Shell
License: MIT
Last Refreshed: 2025-06-03 03:00:35
Package Statistics
Total Downloads: 7,682,621
Monthly Downloads: 51,515
Daily Downloads: 2,149
Total Stars: 3,874
Total Watchers: 126
Total Forks: 1,443
Total Open Issues: 21

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.3, MySQL, Postgres, Redis, Memcached, Node, and all of the other goodies you need to develop amazing Laravel applications.

Official documentation is located here.