Skip to content

wasilolly/forum

Repository files navigation

Forum build on Laravel and Tailwind and AlpinJS

  • CRUD action on Thread model
  • Users can watch threads and are notified via email when new replies are submitted
  • Admin privileges to delete threads and perform CRUD functions on channels that threads created belong to
  • Admin Dashboard to summarize all actions
git clone https://github.com/wasilolly/forum.git
composer install
cp .env.example .env

Then create the necessary database.

php artisan db
create database forum

And run the initial migrations and seeders.

php artisan migrate --seed

About

Forum build on Laravel and Tailwind and AlpinJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published