-
### Echo Version
1.15.2
### Laravel Version
10.17.1
### PHP Version
8.1
### NPM Version
9.8.0
### Database Driver & Version
_No response_
### Description
I have laravel 10 + livewire v3 ins…
-
it should create temporary files inside `~/tmp` not `/tmp`
that result in permission denied:
```bash
The command "'unzip' '-qq' '-o' '/tmp/php_security_advisories.zip' '-d' '/tmp/php_security_adv…
-
### What happened?
I cannot get the location when running Detox. It works when using launching it normally. I am using expo. I think it might be related to #1371.
I've tried lots of different w…
-
Hello.
I am trying to use the APIs in order to be able to use any client side ( react, react-native, jquery, etc ).
I've done the setup for chatify, edit the middleware to use auth:sanctum. I am abl…
-
I am having an issue where my android client running the pusher SDK constantly disconnects and reconnects to the soketi server. When I was running Laravel Websockets I did not have this problem.
``…
-
Hi!
Thanks for your work on this rad plugin 👍
I'd like to ask for PHP 8 support. statamic/collaboration requires pusher/pusher-php-server "~3.0", however PHP 8 support in this package was intro…
-
I'm having issues installing and configuring Sentry in my Laravel 8 local environment.
After installing the package I'm getting the "There are no commands defined in the "sentry" namespace when runni…
-
When I select "yes" to the first 2 options ("Do you want all courses?" and "Do you want download from a file"), the script immediately ends with "Downloaded all videos for 'courses' api! ", but doesn'…
-
```
const pusher = Pusher.getInstance();
const onEvent = (event: PusherEvent)=>{
console.log(`onEvent> ${event}`)
}
const onSubscriptionSucceeded = (channelName) => {
…
-
Hi Thank you for such great package.
Can we use laravel-websockets instead of pusher?