Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yogeshkoli/forum
- Owner: yogeshkoli
- Created: 2017-06-09T12:17:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T16:51:40.000Z (over 7 years ago)
- Last Synced: 2024-10-12T10:42:19.380Z (about 1 month ago)
- Topics: laravel54
- Language: PHP
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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