Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yogeshkoli/forum

Laravel 5.4 Forum
https://github.com/yogeshkoli/forum

laravel54

Last synced: 9 days ago
JSON representation

Laravel 5.4 Forum

Awesome Lists containing this project

README

        

# Forum

- [Laravel 5.4, MySql, VueJS]

## Channels

- channels can have threads associated

## Threads

- a thread can be part of channel
- a thread can be a owned by a user
- a thread can have replies to discuss

## Replies

- reply is associated with a thread and user

## Users

- User can create threads
- User can view all thread from the forum
- User can reply to the threads
- User can favorite reply from the threads
- User can check their own activity feeds