dev-master
9999999-devAn alternative shell for Laravel using PsySH
MIT
The Requires
by Ahmad Sherif
An alternative shell for Laravel using PsySH
An alternative shell for Laravel using PsySH, (*1)
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',
Just like any other Laravel command, type in your shell, (*4)
$ php artisan psysh
This package is released under the MIT license., (*5)
An alternative shell for Laravel using PsySH
MIT