This project provides a foundation for building a real-time chat application using Laravel, Laravel Reverb (a Pusher alternative), and Vue 3.
- Clone the repository:
git clone https://github.com/deepakdeb/chatbox.git
- Navigate to the project directory:
cd chatbox
- Install dependencies:
composer install
npm install # or yarn install
- Generate application key:
php artisan key:generate
- Configure database connection:
Edit .env
file according to your database credentials.
- Migrate database tables
php artisan migrate
- Start development server
php artisan serve
npm run dev:tailwind
php artisan reverb:start