2017 © Pedro Peláez
 

library psysh-laravel

add psysh command.

image

y-yamagata/psysh-laravel

add psysh command.

  • Saturday, August 9, 2014
  • by y-yamagata
  • Repository
  • 1 Watchers
  • 6 Stars
  • 1,986 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

psysh-laravel

Build Status, (*1)

psysh-laravel, (*2)

Installation

Add the package to your composer.json and run composer update., (*3)

{
    "require": {
        "y-yamagata/psysh-laravel": "0.1.*"
    }
}

Add the service provider in app/config/app.php, (*4)

'providers' => array(

    'YYamagata\PsyshLaravel\PsyshLaravelServiceProvider'

)

Publish config using artisan CLI., (*5)

$ php artisan config:publish y-yamagata/psysh-laravel

Usage

$ php artisan psysh

The Versions

09/08 2014

dev-master

9999999-dev

add psysh command.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar y-yamagata

laravel psysh

06/08 2014

0.1.0

0.1.0.0

add psysh command.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar y-yamagata

laravel psysh