Open
Description
First of all, I love your work, it's been a lifesaver.
However, I have a little issue.
Currently, setting a component with WithExplicitAccess
prevents public methods from being called and public properties from being modified in the frontend.
However, what if you want to prevent the public properties from being accessed by the frontend whatsoever.
That is Livewire.first().myProperty
should not return the value of myProperty
whatsoever, but you still want Blade to be able to securely access the property?
Metadata
Metadata
Assignees
Labels
No labels