Skip to content

Forum App built with Laravel, VueJS, Pusher, Vuetify, JWT to test drive all these technologies integrated together.

Notifications You must be signed in to change notification settings

santhusurya/laravel-pusher-forum

Repository files navigation

Single Page Vue/Vuetify Forum App built with Laravel/APIs & Pusher

Forum App built with Laravel, VueJS, Pusher, Vuetify, JWT to test drive all these technologies integrated together.

This Project is still under development. Currently only API Endpoints have been configured in Laravel.

This Forum App has below functionalities.

  1. User
  2. Category
  3. Question
  4. Reply
  5. Like

Important Note

To make this package fully functional please follow below instructions.

IMPORTANT: All Commands should be run from root directory of the project.

IMPORTANT: Step 1: Install Laravel Vendor dependencies by running below command under root directory.

composer install --no-scripts

Step 2: .env Creation & Configuration

  1. Create .env file from .env.example file found at root path of the project.
  2. Setup Database details as per your local setup.
  3. Run below command to generate Laravel APP_KEY.
php artisan key:generate
  1. Run below command to generate JWT secret key.
php artisan jwt:secret

Step 3: Migrating Database & Database Seeding

  1. Run below command to create required database tables into the database configured in .env file.
php artisan migrate
  1. Run below command to fill database with fake data from Faker Module.

php artisan db:seed

Step 4: To list out all the project Routes (Web & API) in terminal. To get clear understanding of available routes & associated HTTP Verbs.

php artisan route:list

About

Forum App built with Laravel, VueJS, Pusher, Vuetify, JWT to test drive all these technologies integrated together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published