rocketeers / rocketeer-laravel by Anahkiasen

Laravel integration for Rocketeer
2,072
17
3
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-04-24 03:00:50
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 Laravel integration

Installation

$ rocketeer plugin:install rocketeers/rocketeer-laravel

Then add this to the plugins.loaded array in your configuration:

<?php
'loaded' => [
    'Rocketeer\Plugins\Laravel\Laravel',
],

Usage

The plugin adds the Artisan binary accessible from any task or strategy:

$this->artisan()->runForCurrentRelease('cache:clear');

It also adds two strategies:

  • Check:Laravel: extends the PHP check strategy but adds a few checks related to your application
  • Migrate:Artisan: uses Artisan to migrate your database