| Package Data | |
|---|---|
| Maintainer Username: | Anahkiasen |
| Maintainer Contact: | ehtnam6@gmail.com (Maxime Fabre) |
| Package Create Date: | 2015-01-29 |
| Package Last Update: | 2017-03-03 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-07 15:03:41 |
| Package Statistics | |
|---|---|
| Total Downloads: | 2,073 |
| Monthly Downloads: | 1 |
| Daily Downloads: | 0 |
| Total Stars: | 16 |
| Total Watchers: | 0 |
| Total Forks: | 1 |
| Total Open Issues: | 1 |
$ rocketeer plugin:install rocketeers/rocketeer-laravel
Then add this to the plugins.loaded array in your configuration:
<?php
'loaded' => [
'Rocketeer\Plugins\Laravel\Laravel',
],
The plugin adds the Artisan binary accessible from any task or strategy:
$this->artisan()->runForCurrentRelease('cache:clear');
It also adds two strategies: