/askanything-social-forum

a social forum built with laravel 5.6 and bootstrap 4

Primary LanguagePHP

askanything-social-forum

Features

  • CRUD function on Threads/Channel models
  • Each user automatically has a profile
  • Can grant/revoke admin priviledges
  • Admin priviledges includes delete action on threads and users
  • User can follow/unfollow each other
  • User profile features includes the user's threads,followers and followings list

How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate