nahid released a new package that we can use to quickly develop a new user conversation system.

This package is amazing!

Talk Laravel

Talk is a Laravel 5 based user conversation (inbox) system. You can easily integrate this package with your any Laravel based project. Its help to you to develop a messaging system in 25 mins. So let's start :)

Installation

Talk is a laravel package so you can install it via composer. write this code in your terminal from your project

composer require nahid/talk

Wait for a while, composer will be automatically install talk in your project.