/firestead

Laravel Homestead Simplified and per-project based.

Primary LanguageShell

Firestead

Laravel Homestead simplified and per-project based.

Why Firestead?

Homestead is really awesome but recently they have changed direction and now it's a PHP/Composer Project, and works as a single VM for all your projects, which is great for some cases, but for other, not really.

If you are like me and likes to have separated VMs for each projects, Firestead is for you.

Is it different from Homestead?

Not really, Firestead basicallly uses all generated files from Homestead and moves them all to a single folder, so it don't pollute your project repository.

How to?

1. Add Laravel Homestead Box

vagrant box add laravel/homestead

2. Clone Firestead

git clone https://github.com/dbpolito/firestead.git

3. Have Fun! :)

cd firestead
vagrant up