Skip to content

DMITRII1548/chat

Repository files navigation

About

This is a simple messenger

Installation

Run next commands:

  1. git clone https://github.com/DMITRII1548/chat.git
  2. composer i
  3. npm i

Create .env file and run next command:

  1. php artisan key:generate

Add mail, websocket and database configuration to .env file and run next commands:

  1. php artisan migrate

  2. php artisan storage:link

  3. npm run build