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.
- Host: GitHub
- URL: https://github.com/michaelfarquhar/laravel-qna-forum
- Owner: MichaelFarquhar
- License: mit
- Created: 2022-06-10T23:33:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T18:57:35.000Z (about 1 year ago)
- Last Synced: 2025-01-19T07:14:26.052Z (3 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**: [email protected]
- **password**: password## License
Licensed under the MIT license — see the [LICENSE](LICENSE) file for details.