Quyen Nguyen
Quyen Nguyen
Set user `laravel` to running image in `dockerfiles/php.dockerfile` ```shell # Set user to running image USER laravel EXPOSE 9000
@TheNerdGuyLulu How do closed modal if tap on outside modal, not inside modal.
@herarya But when click to inside area modal, modal also closed. How do touch only outside modal, modal is closed, not inside modal
Work fine on PHP 8.0
`Cart::count()` is get total qty of total item. Use `Cart::content()->count()` to get total item in carts.
facing same issue 😢 . I can't update badge on Android when app in background state. but IOS is auto trust notification badge, everything is ok on IOS. Any solution...
I'm resolved. Badge worked on Android when app state is background and forefround. I'm using brozot/Laravel-FCM to push notification. I'm manage badge on serve. With Android devices, i pass only...
@olmur Same problem !!! I moved to another lib: https://github.com/socketio/socket.io-client-java
Hi skotturi, thank you! I will check this out.