tnarik / rocketeer-environment
Environment plugin for Rocketeer
0.1.0
2014-06-18 07:15 UTC
Requires
- php: >=5.3.0
Suggests
- anahkiasen/rocketeer: This is a Rocketeer Plugin, so you better use it with Rocketeer.
This package is not auto-updated.
Last update: 2024-11-05 02:36:51 UTC
README
Description
Provides Environment tagging creation and local private configuration transport to Rocketeer deployments for Laravel, hooked to the Deploy task.
Once added to the project, add the following to your providers array in app/config/app.php
:
'Rocketeer\Plugins\RocketeerEnvironmentServiceProvider',