Commit graph

12 commits

Author SHA1 Message Date
8a17eb65c0 Add comprehensive documentation
Created detailed README with feature list, installation guide, and architecture overview.
2025-12-23 17:30:00 +08:00
7a9fd58601 Implement user profile pages
Created user profile view showing posts, comments, and karma.
Added user activity history with pagination.
2025-12-21 12:00:00 +08:00
2e3a97c09d Add post creation and display features
Implemented post creation form with multiple content types.
Added detailed post view with nested comment threading.
2025-12-19 15:45:00 +08:00
d0f10e0590 Build community and home page views
Added community listing, detail pages, and creation forms.
Implemented home page with popular posts feed.
2025-12-17 10:15:00 +08:00
4efa2b09e3 Create layout and authentication views
Added main layout with navigation and authentication pages.
Implemented responsive design using Tailwind CSS.
2025-12-14 13:30:00 +08:00
b081d23f88 Configure application routes
Set up all routes for authentication, communities, posts, comments, and voting.
Organized routes with proper middleware for authenticated users.
2025-12-12 11:00:00 +08:00
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