You should check the Official documentation of Laravel official local development environment.
This project extends Laravel/Homestead
. So, you can run a composer update
to update Laravel/Homestead
to the last published version.
As of v1.0
, this package adds MongoDB using zakaria benbakkar's zakhttp/Mongostead7
You need VirtualBox and Vagrant.
vagrant box add laravel/homestead
cd ~ && git clone https://github.com/thomasdiluccio/homestead.git Homestead
cd Homestead && composer install
bash init.sh
vi ~/.homestead/Homestead.yaml
vagrant up