Skip to content

rocketeers/rocketeer-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel plugin for Rocketeer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages