2017 © Pedro Peláez
 

library homesteader

A Laravel Homestead toolkit to help with automation.

image

jimmygle/homesteader

A Laravel Homestead toolkit to help with automation.

  • Wednesday, March 18, 2015
  • by jimmygle
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 12 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Homesteader - Laravel Homestead Toolkit

Build Status, (*1)

Homesteader is a composer package with automation in mind. It's meant to simplify the workflow associated with 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)., (*2)

Why

Homestead is a great use of a couple virtualization tools. 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., (*3)

Installation

This package requires Composer and Homestead., (*4)

composer global require "jimmygle/homesteader=~1.0"

Usage

The below commands are representative of current functionality., (*5)

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), (*6)

Output current homestead configuration:, (*7)

homesteader config:show

Add new folders set:, (*8)

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

Add new sites set:, (*9)

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

Add new database:, (*10)

homesteader config:new database [--name example_db]

Add new variable set:, (*11)

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

The Versions

18/03 2015

dev-feature/config-new-abstraction

dev-feature/config-new-abstraction http://github.com/jimmygle/Homesteader

A Laravel Homestead toolkit to help with automation.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jimmy Gleason

laravel vagrant homestead

17/03 2015

dev-develop

dev-develop http://github.com/jimmygle/Homesteader

A Laravel Homestead toolkit to help with automation.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jimmy Gleason

laravel vagrant homestead

15/03 2015

dev-master

9999999-dev http://github.com/jimmygle/Homesteader

A Laravel Homestead toolkit to help with automation.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jimmy Gleason

laravel vagrant homestead

15/03 2015

1.0.1

1.0.1.0 http://github.com/jimmygle/Homesteader

A Laravel Homestead toolkit to help with automation.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jimmy Gleason

laravel vagrant homestead

15/03 2015

1.0.0

1.0.0.0 http://github.com/jimmygle/Homesteader

A Laravel Homestead toolkit to help with automation.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jimmy Gleason

laravel vagrant homestead