Download the PHP package tweet9ra/logux-laravel without Composer
On this page you can find all versions of the php package tweet9ra/logux-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tweet9ra/logux-laravel
More information about tweet9ra/logux-laravel
Files in tweet9ra/logux-laravel
Download tweet9ra/logux-laravel
More information about tweet9ra/logux-laravel
Files in tweet9ra/logux-laravel
Vendor tweet9ra
Package logux-laravel
Short Description Laravel adator for tweet9ra/logux-php
License MIT
Package logux-laravel
Short Description Laravel adator for tweet9ra/logux-php
License MIT
Please rate this library. Is it a good library?
Informations about the package logux-laravel
Logux Laravel
This package allows your Laravel application communicate with front-end via WebSockets through Logux proxy server
Quick start
- Install via composer
composer require tweet9ra/logux-laravel
-
Add
tweet9ra\Logux\Laravel\LoguxServiceProvider
to providers list in your app config fileconfig/app.php
- Publish config and routes:
php artisan vendor:publish --provider="tweet9ra\Logux\Laravel\LoguxServiceProvider"
Configure config/logux.php
and routes/logux.php
Version compatibility with logux backend protocol:
Package version | Logux backend protocol version |
---|---|
< 4.0.0 | 2 |
^4.0.0 | 3 |
^5.0.0 | 4 |
All versions of logux-laravel with dependencies
PHP Build Version
Package Version
Requires
tweet9ra/logux-processor Version
^5.0.0
The package tweet9ra/logux-laravel contains the following files
Loading the files please wait ....