Laravel Forum 5 Documentation

General - Features

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