Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 527 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 527 Bytes

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