Skip to content

A simple real time chat made using Laravel 7 and vuejs.

Notifications You must be signed in to change notification settings

helderferrari2/larachat

Repository files navigation

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.

About

A simple real time chat made using Laravel 7 and vuejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published