Commit graph

6 commits

Author SHA1 Message Date
a158e64985 Implement comment, voting, and user profile features
Added controllers for comments, voting system, user profiles, and home page.
Includes nested comment support and karma calculation.
2025-12-09 16:20:00 +08:00
21ace0f38e Add authentication and community controllers
Implemented user registration/login system and community management features.
Added controllers for handling posts and community subscriptions.
2025-12-04 09:45:00 +08:00
b453c1020a Implement Eloquent models and relationships
Added Community, Post, Comment, and Vote models with proper relationships.
Updated User model to include karma field and forum-related relationships.
2025-11-29 14:15:00 +08:00
34f73d3207 Add database migrations for forum functionality
Created migrations for communities, posts, comments, votes, and user karma tracking.
2025-11-24 10:30:00 +08:00
488384740b init laravel 2025-10-31 15:15:36 +08:00
152d4d9e91 init repo 2025-10-31 15:11:21 +08:00