An open API service indexing awesome lists of open source software.

https://github.com/olegmarko/laravel-echo-server-test

laravel echo server app
https://github.com/olegmarko/laravel-echo-server-test

laravel laravel-broadcast laravel-echo laravel-echo-server laravel-events

Last synced: 3 months ago
JSON representation

laravel echo server app

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

## Install Project

clone the project from github or download .zip `https://github.com/OlegMarko/laravel-echo-server-test.git`

run command `composer install`

we have to install the laravel-echo-server package globally `npm install -g laravel-echo-server`

run command `npm i`

make `.env` file like to `.env.example`

run command `php artisan key:generate`

`set to .env file BROADCAST_DRIVER=redis and QUEUE_DRIVER=redis`

run command `laravel-echo-server start`

run command `php artisan serve`

run command `php artisan queue:listen --tries=1`

## Test Routes

[test-broadcast](http://127.0.0.1:8000/test-broadcast)

[test-private-broadcast](http://127.0.0.1:8000/test-private-broadcast)

## Requirements
- laravel 5.6
- npm
- composer
- redis
- sqlite