ahmadsherif / laravel-psysh
An alternative shell for Laravel using PsySH
dev-master
2013-11-17 07:42 UTC
Requires
- laravel/framework: 4.0.x
- psy/psysh: dev-master
This package is not auto-updated.
Last update: 2024-11-18 16:12:08 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.