-
Hi @lorisleiva, thanks for writing this helpful article https://lorisleiva.com/using-gitlabs-pipeline-with-laravel/. Here is my following setup:
- composer.json
```json
{
"name": "wika-ove…
-
There are two opensource websocket solutions that provider Pusher compatible websocket servers available, and [mentioned in the official Laravel docs](https://laravel.com/docs/8.x/broadcasting#pusher-…
-
websocket running fine.
on client can connect to server but when server dispatch an event have error
Illuminate\Broadcasting\BroadcastException: Pusher error: . in /media/data/laravel/vendor/lara…
-
i did alll but still showing php artisan queue:restart after running php artisan key:generate
Illuminate\Encryption\MissingAppKeyException
No application encryption key has been specified.
-
## Bug report
When for example, 5 messages are received at the same time, several samples are made from each message
### Expected behavior
This happens when the internet is slow or for any reason…
-
This is a **bug**.
### Prerequisites
* [x] Are you running the latest version?
* [x] Are you reporting to the correct repository?
(enso is made of many specialized packages: https://github.…
-
Echo config:
```
import Echo from 'laravel-echo';
window.Pusher = require('pusher-js');
window.Echo = new Echo({
broadcaster: 'pusher',
key: process.env.MIX_PUSHER_APP_KEY,
cluste…
-
i tried to run using docker-compose , i added an empty .env file and runned docker-compose up
![image](https://user-images.githubusercontent.com/25400839/153270754-f3685ea2-e848-4697-9ba7-16fc2afc9d…
-
I'm getting this message when I try to install the package:
```
npm install -g @soketi/soketi
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects …
-
- Laravel Mix Version: 1.6.1
- Node Version (`node -v`): v8.9.0
- NPM Version (`npm -v`): 5.5.1
- OS: Mac os x high sierra
### Description:
When running ```npm run dev``` everything works, but …