Replies: 1 comment 1 reply
|
I did this by overriding the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey there!
In version 2, I used the following code in my VerifyCsrfToken middleware:
`class VerifyCsrfToken extends Middleware {
}`
Now that I'm transitioning to Livewire 3, i don't want to exclude 'livewire/update'
How can I accomplish for single component this?
All reactions