ahmadsherif / laravel-psysh by ahmadsherif

An alternative shell for Laravel using PsySH
24
9
2
Package Data
Maintainer Username: ahmadsherif
Maintainer Contact: me@ahmadsherif.com (Ahmad Sherif)
Package Create Date: 2013-11-16
Package Last Update: 2013-11-17
Language: PHP
License: MIT
Last Refreshed: 2024-11-19 03:04:15
Package Statistics
Total Downloads: 24
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 9
Total Watchers: 2
Total Forks: 5
Total Open Issues: 0

laravel-psysh

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.