https://github.com/rjp2525/laravel-cafe
A simple, elegant drop-in forum for your Laravel 8+ application.
https://github.com/rjp2525/laravel-cafe
discussion-board forum laravel
Last synced: 8 months ago
JSON representation
A simple, elegant drop-in forum for your Laravel 8+ application.
- Host: GitHub
- URL: https://github.com/rjp2525/laravel-cafe
- Owner: rjp2525
- License: mit
- Created: 2021-12-27T19:21:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T21:33:03.000Z (over 3 years ago)
- Last Synced: 2025-02-24T12:12:23.606Z (8 months ago)
- Topics: discussion-board, forum, laravel
- Language: PHP
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Laravel Cafe - An elegant drop-in forum for your application
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]## About Laravel Cafe
![Cafe Screenshot][product-screenshot]
In the past, I've worked on a lot of applications that required some sort of forum or discussion board attached to it. Though I don't really use them myself anymore, I figured it would be a great opportunity to get involved with Laravel open-source package development and potentially make someone else's life easier.
It's coming soon, but some things you can expect:
- The basics of a forum - categories, subcategories, topics, replies
- Integration with roles and permissions
- Configurable routes
- A Vue.js and Tailwind frontend to get you startedCheck back soon for updates!
[contributors-shield]: https://img.shields.io/badge/laravel-8%2B-brightgreen?style=for-the-badge
[contributors-url]: https://github.com/rjp2525/laravel-cafe/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/rjp2525/laravel-cafe.svg?style=for-the-badge
[forks-url]: https://github.com/rjp2525/laravel-cafe/network/members
[stars-shield]: https://img.shields.io/github/stars/rjp2525/laravel-cafe.svg?style=for-the-badge
[stars-url]: https://github.com/rjp2525/laravel-cafe/stargazers
[issues-shield]: https://img.shields.io/github/issues/rjp2525/laravel-cafe.svg?style=for-the-badge
[issues-url]: https://github.com/rjp2525/laravel-cafe/issues
[license-shield]: https://img.shields.io/github/license/rjp2525/laravel-cafe.svg?style=for-the-badge
[license-url]: https://github.com/rjp2525/laravel-cafe/blob/master/LICENSE.txt
[product-screenshot]: .github/screenshot.png