/forum

an advance forum with most modern features built with laravel and vue

Primary LanguagePHP

Forum

An Advance forum with most modern features built with Laravel 5.5 and Vue 2.0^

Main features are;

  • Authentication and Authorization.
  • CRUD for thread.
  • CRUD for reply on each thread with vue components.
  • Subscription to thread.
  • Favoriting reply.
  • Various thread filtering.
  • User activities feed.
  • Notification.
  • Most of the features are ajaxified (No need for page reload).
  • etc.

How to run it locally with laravel

  • 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
  • Run php artisan migrate (make sure your your database server is running and connected).

That's it - modify/expand code as you want, add more feature and play around with it.