dev-master
9999999-devLaravel integration for Rocketeer
MIT
The Requires
- php >=5.6.0
The Development Requires
by Maxime Fabre
laravel rocketeer
Wallogit.com
2017 © Pedro Peláez
Laravel integration for Rocketeer
$ rocketeer plugin:install rocketeers/rocketeer-laravel
Then add this to the plugins.loaded array in your configuration:, (*1)
<?php
'loaded' => [
'Rocketeer\Plugins\Laravel\Laravel',
],
The plugin adds the Artisan binary accessible from any task or strategy:, (*2)
$this->artisan()->runForCurrentRelease('cache:clear');
It also adds two strategies:, (*3)
Laravel integration for Rocketeer
MIT
laravel rocketeer