rtablada/simple-guardbuilder

This is a simple package to create a Guardfile for your project based on config

0.0.1 2013-06-06 15:30 UTC

This package is not auto-updated.

Last update: 2024-11-04 14:39:46 UTC


README

Build Status

This repository is a simple build interface for Laravel 4.

Installation

To install this package add "rtablada/simple-guardbuilder": "dev-master" to your composer.json file. After running composer update add 'Rtabada\SimpleGuardbuilder\SimpleGuardbuilderServiceProvider' to your service providers in your app config. To publish the configuration file for this package run php artisan config:publish rtablada/simple-guardbuilder.

Now you can modify the configuration to create your various deployment states.