- 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