Skip to content

mgamal92/inbox-laravel

Repository files navigation

Laravel Inbox

A simple and efficient messaging system for Laravel applications, enabling user-to-user communications with ease.

Table of Contents

Introduction

The Laravel Inbox Package offers a streamlined approach to integrating a messaging system within your Laravel application. It is designed to handle user-to-user messaging with minimal setup.

Features

  • Send messages to other users
  • Receive messages from other users
  • Mark messages as read or unread
  • Delete messages with soft delete
  • Star messages

Requirements

  • Laravel 8.x or newer
  • PHP 7.4 or higher

Installation

  • Use Composer to install the package:
composer require mgamal/laravel-inbox
  • Publish the configuration and migrations:
php artisan vendor:publish --provider="MG\LaravelInbox\InboxServiceProvider"
  • Run migrations to create necessary tables:
php artisan migrate

Configuration

Configuration Modify config/inbox.php for custom settings like database table names.

Security

Report security vulnerabilities to [email protected]

License

The Laravel Inbox Package is open-source software licensed under the MIT license.

About

📥 Simple user-to-user messaging.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages