Download the PHP package edsonalvesan/laravel-elephantio without Composer
On this page you can find all versions of the php package edsonalvesan/laravel-elephantio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download edsonalvesan/laravel-elephantio
More information about edsonalvesan/laravel-elephantio
Files in edsonalvesan/laravel-elephantio
Download edsonalvesan/laravel-elephantio
More information about edsonalvesan/laravel-elephantio
Files in edsonalvesan/laravel-elephantio
Vendor edsonalvesan
Package laravel-elephantio
Short Description ElephantIO Service Provider for the Laravel PHP Framework
License BSD-3-Clause
Homepage https://github.com/edsonalvesan/LaravelElephantIO
Package laravel-elephantio
Short Description ElephantIO Service Provider for the Laravel PHP Framework
License BSD-3-Clause
Homepage https://github.com/edsonalvesan/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
"edsonalvesan/laravel-elephantio": "~1.0"
or
Require this package with composer:
composer require edsonalvesan/laravel-elephantio
In your config/app.php
add 'EdsonAlvesan\LaravelElephant\ElephantServiceProvider'
to the end of the $providers
array
At the end of config/app.php
add 'Elephant' => 'EdsonAlvesan\LaravelElephant\ElephantFacade'
to the $aliases
array
Configuration
Publish config using artisan CLI.
php artisan vendor:publish --provider="EdsonAlvesan\LaravelElephant\ElephantServiceProvider"
Usage
All versions of laravel-elephantio with dependencies
PHP Build Version
Package Version
The package edsonalvesan/laravel-elephantio contains the following files
Loading the files please wait ....