2017 © Pedro Peláez
 

library rocketeer-laravel

Laravel integration for Rocketeer

image

rocketeers/rocketeer-laravel

Laravel integration for Rocketeer

  • Friday, March 3, 2017
  • by Anahkiasen
  • Repository
  • 1 Watchers
  • 17 Stars
  • 1,950 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

Rocketeer Laravel integration

Installation

$ rocketeer plugin:install rocketeers/rocketeer-laravel

Then add this to the plugins.loaded array in your configuration:, (*1)

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

Usage

The plugin adds the Artisan binary accessible from any task or strategy:, (*2)

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

It also adds two strategies:, (*3)

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

The Versions

03/03 2017

dev-master

9999999-dev

Laravel integration for Rocketeer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

laravel rocketeer