-
### Subject of the issue
Missing function logoutOtherDevices
### Your environment
| Q | A
| ----------------- | ---
| Bug? | no
| New Feature? | yes
| Frame…
-
### Package
filament/filament
### Package Version
2.0
### Laravel Version
9
### Livewire Version
2.10.6
### PHP Version
8
### Problem description
When i have some othe…
-
*For bug reporting only! If you're posting a feature request or discussion, please ignore.*
## Expected Behavior
For custom API routes, I don't need verify.shopify middlewear
## Current Beha…
-
When I cloned this repo, everything working fine.
But after run **npm install** then it is showing that error
-
- Laravel Version: 9.19.0
- PHP Version: 8.1.2
- Database Driver & Version: MySQL 8
### Description:
I'm using Laravel with JetStream, InertiaJS --SSR and VueJS. I'm working with this form tha…
-
I followed the documentation and tried to integrate it with laravel.
https://docs.madelineproto.xyz/docs/INSTALLATION.html#composer-from-existing-project
But I encountered this error.
```
ww…
-
Hi,
I've read the docs, viewed the demos and tried implementing this library in my project.
I'm on a Laravel backend with sanctum and fortify, since my spa and api are on same domain, Laravel lets m…
-
Hi. Thanks for creating the great document generator.
Recently I used this and it helped me a lot.
I'd like to ask about a behavior I noticed when I was using the Try it out feature.
- [x] **I…
shufo updated
2 years ago
-
### Version
module: 5.0.0
nuxt: 2.15.8
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [ ] universal
- [x] spa
### Nuxt configuration
```
axios: {
…
-
I am using laravel sanctum as a authentication strategy, which is running fine with both ssr and client it was sending the correct headers/payloads so thus getting 200 response in user info api call. …