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: 3 months ago
JSON representation
Questions and answers forum built with Laravel 9.0, bootstrapped with Laravel Breeze.
- Host: GitHub
- URL: https://github.com/michaelfarquhar/laravel-qna-forum
- Owner: MichaelFarquhar
- License: mit
- Created: 2022-06-10T23:33:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T18:57:35.000Z (over 1 year ago)
- Last Synced: 2025-03-12T13:44:58.582Z (7 months ago)
- Topics: alpinejs, blade, breeze, laravel, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 506 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Q&A Forum



**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**: test@test.com
- **password**: password## License
Licensed under the MIT license — see the [LICENSE](LICENSE) file for details.