ahmadsherif/laravel-psysh

An alternative shell for Laravel using PsySH
24 9
Install
composer require ahmadsherif/laravel-psysh
License:MIT
Last Updated:Nov 17, 2013
Links: GitHub  ·  Packagist
Maintainer: ahmadsherif

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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

622,487,850 9,703
laravel/framework

The Laravel Framework.

564,719,134 34,875
laravel/tinker

Powerful REPL for the Laravel framework.

475,095,200 7,439