Download the PHP package y-yamagata/psysh-laravel without Composer
On this page you can find all versions of the php package y-yamagata/psysh-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download y-yamagata/psysh-laravel
More information about y-yamagata/psysh-laravel
Files in y-yamagata/psysh-laravel
Download y-yamagata/psysh-laravel
More information about y-yamagata/psysh-laravel
Files in y-yamagata/psysh-laravel
Please rate this library. Is it a good library?
Informations about the package psysh-laravel
psysh-laravel
psysh-laravel
Installation
Add the package to your composer.json
and run composer update
.
{
"require": {
"y-yamagata/psysh-laravel": "0.1.*"
}
}
Add the service provider in app/config/app.php
'providers' => array(
'YYamagata\PsyshLaravel\PsyshLaravelServiceProvider'
)
Publish config using artisan CLI.
$ php artisan config:publish y-yamagata/psysh-laravel
Usage
$ php artisan psysh
All versions of psysh-laravel with dependencies
PHP Build Version
Package Version
The package y-yamagata/psysh-laravel contains the following files
Loading the files please wait ....