neoacevedo
neoacevedo
I use L6, the model is App\Admin with Notifiable. The Echo javascript is: ```js Echo.private('App.Admin.{{Auth::user()->id}}') .notification((notification) => { console.log(notification.message); }); ``` The channel route (with admin guard) is: ```php Broadcast::channel('App.Admin.{id}',...
Good, I don't have a clue why, but, without touching anything, it started to work today, good, the event part, but I could see at least working it what is...
PSR-2 Standars don't allow it.
Same issue. I have well configured (?) my guards in audit config. ___ UPD: I had to "override" the UserResolver class. In config/audit.php: ```php ... 'resolver' = [ // ......
Now in Android the issue is pressent.
Yes, I have get the same problem. It is just like location switched automatically to WiFi (even if it isn't enabled) or if this plugin get a location cache.
The same issue I have but in Android 11. @anilthapa1939 your solution does not work at least to me.
@Kampfotter did you used the accuracy: Location.navigation option in changeSettings? I think the default accuracy is enough, and your issue should be asked in flutter plugins .
This happens to me in a weird mode. An app raises the following error: > Unhandled Exception: Null check operator used on a null value But another app, same code...
Location (access background/foreground location), storage, camera, contacts, and I have configured the right permissions in the AndroidManifest. What I could see is, before the version 9.0.0 of this package, the...