Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 725 Bytes

File metadata and controls

22 lines (17 loc) · 725 Bytes

LARACHAT

This repository contains the project , a simple real time chat made using Laravel, pusher and vuejs.

Prerequisites

Installation

  1. Clone the this repository to a location on your file system.
  2. cd into the directoy, run composer install.
  3. Copy .env.example to .env
  4. Edit the .env, configure the database credentials
  5. Run php artisan key:generate
  6. Run npm install
  7. Run the migrations php artisan migrate:fresh --seed to create tables in database
  8. Run php artisan serve to start the server.
  9. Run npm run watch
  10. Navigate to localhost:8000 in your browser.