rtablada / simple-guardbuilder
This is a simple package to create a Guardfile for your project based on config
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rtablada/simple-guardbuilder
Requires
- php: >=5.3.0
- illuminate/config: 4.0.x
- illuminate/console: 4.0.x
- illuminate/filesystem: 4.0.x
- illuminate/support: 4.0.x
Requires (Dev)
- mockery/mockery: 0.8.*
This package is not auto-updated.
Last update: 2025-10-06 19:01:21 UTC
README
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.