PHPackages                             jimmygle/homesteader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. jimmygle/homesteader

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

jimmygle/homesteader
====================

A Laravel Homestead toolkit to help with automation.

1.0.1(11y ago)120[12 issues](https://github.com/jimmygle/Homesteader/issues)MITPHPPHP &gt;=5.5

Since Mar 15Pushed 11y agoCompare

[ Source](https://github.com/jimmygle/Homesteader)[ Packagist](https://packagist.org/packages/jimmygle/homesteader)[ Docs](http://github.com/jimmygle/Homesteader)[ RSS](/packages/jimmygle-homesteader/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

Homesteader - Laravel Homestead Toolkit
---------------------------------------

[](#homesteader---laravel-homestead-toolkit)

[![Build Status](https://camo.githubusercontent.com/f74d24f34273471672c4e978b654f9d8bebfde7789dac136de9ce5ea88cc1c0c/68747470733a2f2f7472617669732d63692e6f72672f6a696d6d79676c652f486f6d65737465616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jimmygle/Homesteader)

Homesteader is a composer package with automation in mind. It's meant to simplify the workflow associated with [Homestead](http://laravel.com/docs/5.0/homestead), and it includes a suite of commands to manipulate Homestead's configuration file. Down the road it will assist with tasks like updating host machine hosts files, automatic reprovisioning, and fully automated scripting of Homestead configurations that can live in individual projects (think composer.json for Homestead).

### Why

[](#why)

Homestead is a great use of a couple [virtualization](http://vagrantup.com/) [tools](https://www.virtualbox.org/). But when using it within a team environment, the less steps needed to get the dev environment setup, the better. So this package attempts to simplify the homestead workflow even more than it already is. The ultimate goal is to ship a "homesteader" config file with a project and have it setup the local Homestead environment with a single command.

### Installation

[](#installation)

This package requires [Composer](http://getcomposer.org) and [Homestead](http://laravel.com/docs/5.0/homestead).

```
composer global require "jimmygle/homesteader=~1.0"

```

### Usage

[](#usage)

The below commands are representative of current functionality.

#### Homestead Config Manipulation

[](#homestead-config-manipulation)

Global options:

- `--file (-f)  [path/to/Homestead.yaml]` - Custom homestead config file path
- `--no-interaction (-n)` - Runs unattended (some command specific options will be required)

Output current homestead configuration:

```
homesteader config:show
```

Add new folders set:

```
homesteader config:new folder [--host /path/on/local] [--homestead /path/in/homestead]

```

Add new sites set:

```
homesteader config:new site [--domain example.local] [--homestead /path/in/homestead/public]

```

Add new database:

```
homesteader config:new database [--name example_db]

```

Add new variable set:

```
homesteader config:new variable [--key VAR] [--value test]

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4128d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1129398?v=4)[Jimmy Gleason](/maintainers/jimmygle)[@jimmygle](https://github.com/jimmygle)

---

Top Contributors

[![jimmygle](https://avatars.githubusercontent.com/u/1129398?v=4)](https://github.com/jimmygle "jimmygle (74 commits)")

---

Tags

laravelvagranthomestead

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jimmygle-homesteader/health.svg)

```
[![Health](https://phpackages.com/badges/jimmygle-homesteader/health.svg)](https://phpackages.com/packages/jimmygle-homesteader)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)[shopware/deployment-helper

Shopware deployment tools

19400.6k5](/packages/shopware-deployment-helper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
