Skip to content

Installation

This page will help you install the Laravel Chat package step-by-step.

Prerequisites

Before you get started, make sure you have the following prerequisites installed:

  • PHP 8.1 or 8.2
    Laravel Chat requires PHP version 8.1 or higher.

  • AWS API Credentials (Optional)
    Required only if you want to upload files to Amazon S3.

  • Pusher
    Needed for real-time message broadcasting.

Installation Via Composer

Run this command in your Laravel project:

bash
composer require sevenspan/laravel-chat

Released under the MIT License.