Skip to content

A nice Real-time chat application using Laravel, vue.js, and pusher that can be integrated into your app

Notifications You must be signed in to change notification settings

programmer2k18/Chatty

Repository files navigation

Requirements

The project has been developed and tested to work with the following requirements:

Laravel 5.8.* PHP 7.1 Node.js installed Composer Xampp v3.2.3

Installation

  1. Setup your pusher credentials PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=

  2. Setup database.

    • Create a database called chat_db
    • run the following command php artisan migrate to create models
  3. run npm run watch to watch changes.

  4. Run the Application through command php artisan serve

About

A nice Real-time chat application using Laravel, vue.js, and pusher that can be integrated into your app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published