An Advance forum with most modern features built with Laravel 5.5 and Vue 2.0^
- 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.
- 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).