Download the PHP package moura137/laravel-elephantio without Composer
On this page you can find all versions of the php package moura137/laravel-elephantio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download moura137/laravel-elephantio
More information about moura137/laravel-elephantio
Files in moura137/laravel-elephantio
Download moura137/laravel-elephantio
More information about moura137/laravel-elephantio
Files in moura137/laravel-elephantio
Vendor moura137
Package laravel-elephantio
Short Description ElephantIO Service Provider for the Laravel PHP Framework
License BSD-3-Clause
Homepage https://github.com/moura137/LaravelElephantIO
Package laravel-elephantio
Short Description ElephantIO Service Provider for the Laravel PHP Framework
License BSD-3-Clause
Homepage https://github.com/moura137/LaravelElephantIO
Please rate this library. Is it a good library?
Informations about the package laravel-elephantio
Laravel Elephant IO
This is a service provider for the Laravel PHP Framework, it provides access to socket.io via ElephantIO. http://elephant.io
Installation
In the require
key of composer.json
file add the following
"moura137/laravel-elephantio": "~1.0"
or
Require this package with composer:
composer require moura137/laravel-elephantio
In your config/app.php
add 'Moura137\LaravelElephant\ElephantServiceProvider'
to the end of the $providers
array
At the end of config/app.php
add 'Elephant' => 'Moura137\LaravelElephant\ElephantFacade'
to the $aliases
array
Configuration
Publish config using artisan CLI.
php artisan vendor:publish --provider="Moura137\LaravelElephant\ElephantServiceProvider"
Usage
All versions of laravel-elephantio with dependencies
PHP Build Version
Package Version
The package moura137/laravel-elephantio contains the following files
Loading the files please wait ....