You're viewing the docs for an old version of this package. Go to the latest version?
Features (Laravel Forum 5.x)
Features
- Threads with support for moving, locking, pinning, and deletion
- Categories
- Weighted and nestable to any level
- Optional “private” mode per category using Laravel Authorization
- Enable/disable threads per category
- Events for all types of forum interaction (see events)
- Posts with support for editing and direct replying (automatically embeds a quote to the post)
- Bulk modification or deletion of threads and posts
- Optional soft-deletion support for threads and posts
- Alert callback (to display success/validation messages using your preferred method)
- Seamless integration with Laravel authentication via configurable middleware and user model
- Permission handling via Laravel Authorization
- Multilingual (see translations for a current list)
- JSON REST API exposing all of the functionality available via the web routes
- Includes optional basic search endpoint
- Supports your authentication method of choice via configurable middleware