This repository contains the project , a simple real time chat made using Laravel, pusher and vuejs.
- Clone the this repository to a location on your file system.
cdinto the directoy, runcomposer install.- Copy
.env.exampleto.env - Edit the
.env, configure the database credentials - Run
php artisan key:generate - Run
npm install - Run the migrations
php artisan migrate:fresh --seedto create tables in database - Run
php artisan serveto start the server. - Run
npm run watch - Navigate to
localhost:8000in your browser.