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: | 2024-11-12 15:01:12 |
Package Statistics | |
---|---|
Total Downloads: | 2,072 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 17 |
Total Watchers: | 3 |
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: