Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Add) Block users system #4341

Draft
wants to merge 1 commit into
base: 8.x.x
Choose a base branch
from

Conversation

Obi-Wana
Copy link
Contributor

@Obi-Wana Obi-Wana commented Nov 6, 2024

Allow users to block users.

Copy link

what-the-diff bot commented Nov 6, 2024

PR Summary

  • New blockedUsers Relationship in User.php
    Established a new method for tracking users blocking other users.
  • New Model 'UserBlock.php'
    Added a new file to represent user blocking actions, linking users with whom they've blocked.
  • Migration file 2024_11_06_083742_create_block_user_system.php
    Built a new data table for storing all information related to user blocks, such as user details and timestamps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant