My personal notes on creating a local Laravel development environment.
## Laravel Homestead
Laravel's official development environment (vagrant/virtualbox)
Useful urls:
Laravel Homestead official homepage
Laravel Homestead on GitHub
laravel/homestead on Atlas: the official, pre-packaged Vagrant box
Laravel Settler: The scripts that build the Laravel Homestead development environment.
- macOS Sierra Version 10.12.3 (16D32)
- ORACLE VM VirtualBox Version 5.1.16 r113841 + Extension Pack
- Vagrant 1.9.2
If you use Linux for your primary local development OS you have to do like this except for a few minor differences.
- any Linux distribution, Ubuntu Server 16.04.2 LTS or Debian 8.7.1 suggested
- ORACLE VM VirtualBox Version 5.1.16 r113841 for Ubuntu 16.04 ("Xenial") or for Debian 8 ("Jessie") + Extension Pack
- Vagrant 1.9.2
Best wishes!