Question and Answer community real time single page web app using laravel, vue.js, vuetify, pusher, vueRouter
- To start using this app to personnal purposes, Do the following steps.
- Install Composer
- Install Xampp or Wampp, PHP7.2 or higher.
- Clone the repo into htdocs folder.
- create a database and edit the name of the database inside .env file.
- run php artisan migrate command.
- Create app on pusher website to get pusher credentials.
- update broadcast driver on .env to pusher.
- put pusher credentials on .env file.
- Single page web app using vue.js, vuetify, pusher, vueRouter.
- Create Facebook like Real time Notification and real time reply
- Create Real Time Like/Dislike System
- generate Json Web Token (JWT) in Laravel and how to login and logout with Token
- use create API with Laravel
- use Vuetify along with Vuejs
- Update : Use Laravel WebSocket package to make realtime system free