laravel / homestead by taylorotwell

A virtual machine for web artisans.
7,474,397
3,878
130
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-01-26 15:00:25
Package Statistics
Total Downloads: 7,474,397
Monthly Downloads: 40,751
Daily Downloads: 440
Total Stars: 3,878
Total Watchers: 130
Total Forks: 1,442
Total Open Issues: 14

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.