laravel / homestead by taylorotwell

A virtual machine for web artisans.
6,973,059
3,857
135
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2014-04-17
Package Last Update: 2024-04-20
Home Page:
Language: Shell
License: MIT
Last Refreshed: 2024-04-23 15:00:27
Package Statistics
Total Downloads: 6,973,059
Monthly Downloads: 68,823
Daily Downloads: 3,302
Total Stars: 3,857
Total Watchers: 135
Total Forks: 1,448
Total Open Issues: 16

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.