1
0
Fork 0
mirror of https://github.com/Djuuu/homestead.git synced 2025-12-09 12:55:33 +01:00
No description
Find a file
2018-08-23 11:14:12 -05:00
.github Update info requested in issue template, bump Virtualbox version (#749) 2017-12-03 09:13:13 -06:00
bin 🚑 💎 🔖 Fix mongo for 7.3, tag 7.15.1 2018-08-23 11:14:12 -05:00
resources Adding PHP 7.3 minimum base box 6.3.0, (#927) 2018-08-20 13:42:23 -05:00
scripts 🚑 💎 🔖 Fix mongo for 7.3, tag 7.15.1 2018-08-23 11:14:12 -05:00
src 🚑 Change default TLD to .test to avoid MacOS loopback issue (#697) 2017-10-17 07:32:40 -05:00
tests Refactoring tests (#736) 2017-11-26 12:13:15 -06:00
.editorconfig Add .editorconfig file (#857) 2018-05-10 10:01:33 -05:00
.gitattributes Create .gitattributes 2014-05-16 13:48:14 +01:00
.gitignore Add support for database backup before destroying vm (#883) 2018-06-18 08:00:50 -05:00
.travis.yml ❄️ 💎 🔖 Default to PHP 7.2 Tag v7.0.0 (#743) 2017-11-30 11:56:13 -06:00
CHANGELOG.md Safety first! (#655) 2017-08-28 09:59:59 -05:00
composer.json ❄️ Add phly/changelog-generator to build standardized changelogs 2018-06-18 08:09:47 -05:00
composer.lock ❄️ Add phly/changelog-generator to build standardized changelogs 2018-06-18 08:09:47 -05:00
init.bat Hotfix: Changed directory in init script from src/stub/ to resources/ (#520) 2017-03-14 07:39:29 -05:00
init.sh Hotfix: Changed directory in init script from src/stub/ to resources/ (#520) 2017-03-14 07:39:29 -05:00
LICENSE.txt Update license format to match laravel/framework 2015-05-17 17:08:01 -05:00
phpunit.xml.dist Added unit tests (#445) 2017-02-08 10:46:15 -06:00
readme.md Updates PHP version (#744) 2017-12-01 07:48:05 -06:00
Vagrantfile ❄️ Require Vagrant >= 2.1.0, Base box > 6.0.0, Remove Z-Ray overrides 2018-06-03 16:16:11 -05:00

Build Status Total Downloads Latest Stable Version License

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

Official documentation is located here.