Skip to content

deepakdeb/chatbox

Repository files navigation

Real-Time Chat with Laravel Reverb and Vue 3

This project provides a foundation for building a real-time chat application using Laravel, Laravel Reverb (a Pusher alternative), and Vue 3.

Installation:

  1. Clone the repository:
git clone https://github.com/deepakdeb/chatbox.git
  1. Navigate to the project directory:
cd chatbox
  1. Install dependencies:
composer install
npm install # or yarn install
  1. Generate application key:
php artisan key:generate
  1. Configure database connection:

Edit .env file according to your database credentials.

  1. Migrate database tables
php artisan migrate
  1. Start development server
php artisan serve
npm run dev:tailwind
php artisan reverb:start   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published