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

https://github.com/michaelfarquhar/laravel-qna-forum

Questions and answers forum built with Laravel 9.0, bootstrapped with Laravel Breeze.
https://github.com/michaelfarquhar/laravel-qna-forum

alpinejs blade breeze laravel tailwindcss

Last synced: about 2 months ago
JSON representation

Questions and answers forum built with Laravel 9.0, bootstrapped with Laravel Breeze.

Awesome Lists containing this project

README

        

# Laravel Q&A Forum

![Laravel](https://img.shields.io/badge/laravel-%23FF2D20.svg?style=for-the-badge&logo=laravel&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![AlpineJs](https://img.shields.io/badge/AlpineJS-8BC0D0?style=for-the-badge&logo=alpine.js&logoColor=black)

![Demo](https://i.imgur.com/Bvr4tNg.png)

**Questions and answer forum site built with Laravel 9, bootstrapped with Laravel Breeze. Front-end functionality using AlpineJS and custom design using TailwindCSS.**

## Site Features
- Basic user authentication provided by Laravel Breeze.
- Users can submit a question using an expanding list of categories.
- Users can provide answer to questions, as well as replies to answers.
- Poster can mark an answer as the solution.
- Bookmarking questions for later.
- Reporting post concept feature.
- User dashboard with basic statistics.

## Test User
You can login with the following user if you don't want to make your own.

- **email**: [email protected]
- **password**: password

## License

Licensed under the MIT license — see the [LICENSE](LICENSE) file for details.