A full-featured community forum module for LaraDashboard that enables discussions, Q&A, and community engagement.
The Forum module provides a complete discussion platform where users can create topics, reply to discussions, and interact with community content. It includes both a public-facing forum interface and a comprehensive admin panel for moderation.
This module is part of the LaraDashboard ecosystem.
# Enable the module
php artisan module:enable Forum
# Run migrations
php artisan module:migrate Forum
# Seed sample data (optional)
php artisan module:seed Forum
Configuration options can be found in config/config.php.
| URL | Description |
|---|---|
/forums |
Forum homepage - list all categories |
/forums/search?q=keyword |
Search topics |
/forums/new |
Create a new topic |
/forums/{category} |
View topics in a category |
/forums/{category}/{topic} |
View a topic and its replies |
| URL | Description |
|---|---|
/admin/forum |
Forum admin dashboard |
/admin/forum/categories |
Manage categories |
/admin/forum/topics |
Manage all topics |
/admin/forum/replies |
Manage all replies |
/admin/forum/settings |
Forum settings |
| Permission | Description |
|---|---|
forum.dashboard |
Access forum admin dashboard |
forum.categories.view |
View categories |
forum.categories.create |
Create categories |
forum.categories.edit |
Edit categories |
forum.categories.delete |
Delete categories |
forum.topics.view |
View topics in admin |
forum.topics.create |
Create topics |
forum.topics.edit |
Edit any topic |
forum.topics.delete |
Delete topics |
forum.replies.view |
View replies in admin |
forum.replies.create |
Create replies |
forum.replies.edit |
Edit any reply |
forum.replies.delete |
Delete replies |
forum.settings |
Manage forum settings |
Add screenshots of your forum here
This module is proprietary software. See LICENSE file for details.
I can't beleive really you guys are giving it totally free.
Released Feb 15, 2026
Released Feb 14, 2026
Released Feb 14, 2026
No changelog available for this version.
17
Downloads
15
Active Installs
5.0
Average Rating
1
Reviews
Lara Dashboard
Module Developer