tnarik / rocketeer-environment
Environment plugin for Rocketeer
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tnarik/rocketeer-environment
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: 2025-10-07 07:06:47 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',