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

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.

Awesome Lists containing this project

README

          





Logo

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 started

Check back soon for updates!

(back to top)

[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