2017 © Pedro Peláez
 

library laravel-psysh

An alternative shell for Laravel using PsySH

image

ahmadsherif/laravel-psysh

An alternative shell for Laravel using PsySH

  • Sunday, November 17, 2013
  • by ahmadsherif
  • Repository
  • 1 Watchers
  • 8 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-psysh

An alternative shell for Laravel using PsySH, (*1)

Installation

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

{
    "require": {
        "ahmadsherif/laravel-psysh": "dev-master"
    }
}

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

'LaravelPsySH\PsySHServiceProvider',

Usage

Just like any other Laravel command, type in your shell, (*4)

$ php artisan psysh

Presenters Available

  • Eloquent, displays model attributes instead of instance properties

License

This package is released under the MIT license., (*5)

The Versions

17/11 2013

dev-master

9999999-dev

An alternative shell for Laravel using PsySH

  Sources   Download

MIT

The Requires

 

by Ahmad Sherif