ahmadsherif/laravel-psysh

An alternative shell for Laravel using PsySH

dev-master 2013-11-17 07:42 UTC

This package is not auto-updated.

Last update: 2024-05-06 13:33:30 UTC


README

An alternative shell for Laravel using PsySH

Installation

Add the package to your composer.json and run composer update.

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

Add the service provider in app/config/app.php:

'LaravelPsySH\PsySHServiceProvider',

Usage

Just like any other Laravel command, type in your shell

$ php artisan psysh

Presenters Available

  • Eloquent, displays model attributes instead of instance properties

License

This package is released under the MIT license.