Skip to content

This is a simple real-time chat messenger project.

AlisherNPortfolio/Laravel-real-time-chat

Repository files navigation

Laravel simple chat messenger

This is a simple chat messenger built with laravel and pusher.

Installation

  1. Clone the project
  2. Run composer install command
  3. set configurations into .env file:
  • set database configs

set pusher configs:

#...
BROADCAST_DRIVER=pusher
#...
PUSHER_APP_ID=<YOUR_PUSHER_ID>
PUSHER_APP_KEY=<YOUR_PUSHER_KEY>
PUSHER_APP_SECRET=<YOUR_PUSHER_SECRET>
#...
PUSHER_APP_CLUSTER=<YOUR_PUSHER_CLUSTER>
#...
  1. generate key: php artisan key:generate
  2. migrate database: php artisan migrate
  3. Run the project php -S localhost:<any_port> -t public
  4. First, register, then login :)

1705070207386

About

This is a simple real-time chat messenger project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published