I have an application with many users; is there something built into Laravel already that ensures the record the user is deleting, actually belongs to the user?
Please sign in or create an account to participate in this conversation.
Reply to
Use Markdown with GitHub-flavored code blocks.
There's no shortage of content at Laracasts. In fact, you could watch nonstop for days upon days, and still not see everything!
Get Started
How to ensure a user can only delete it's records?
I have an application with many users; is there something built into Laravel already that ensures the record the user is deleting, actually belongs to the user?