rocketeers / rocketeer-laravel
Laravel integration for Rocketeer
Installs: 2 072
Dependents: 2
Suggesters: 0
Security: 0
Stars: 17
Watchers: 3
Forks: 1
Open Issues: 1
Requires
- php: >=5.6.0
Requires (Dev)
- anahkiasen/rocketeer: 3.0.x@dev
Conflicts
- anahkiasen/rocketeer: 2.*
This package is auto-updated.
Last update: 2024-11-08 01:02:19 UTC
README
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