| 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: | 2025-12-14 03:03:34 |
| Package Statistics | |
|---|---|
| Total Downloads: | 24 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 9 |
| Total Watchers: | 1 |
| Total Forks: | 5 |
| Total Open Issues: | 0 |
An alternative shell for Laravel using PsySH
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',
Just like any other Laravel command, type in your shell
$ php artisan psysh
This package is released under the MIT license.