2017 © Pedro Peláez
 

library laravel-chat-messenger

Laravel chat package

image

baklysystems/laravel-chat-messenger

Laravel chat package

  • Sunday, July 22, 2018
  • by elbakly
  • Repository
  • 2 Watchers
  • 2 Stars
  • 153 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 9 Versions
  • 39 % Grown

The README.md

Laravel Chat Messenger

A Laravel JQuery chat that is just like Facebook chat, (*1)

Installation

Laravel Messenger supports Laravel 5.3 and higher., (*2)

Package

Require via composer, (*3)

$ composer require baklysystems/laravel-chat-messenger

In config/app.php file, (*4)

'providers' => [
    ...
    BaklySystems\LaravelMessenger\LaravelMessengerServiceProvider::class,
    ...
];

'aliases' => [
    ...
    'Messenger' => BaklySystems\LaravelMessenger\Facades\Messenger::class,
    ...
];

Laravel Messenger Files

Then, run php artisan vendor:publish to publish the config file, MessageController and assets and routes., (*5)

Laravel Messenger Styles and Scripts

Make sure to add @yield('css-styles') in your app/master head section and @yield('js-scripts') to your app/master scripts section, or edit section naming in view/vendor/messenger/messenger.blade.php, (*6)

JQuery is required for the messenger script., (*7)

Make sure to add include('messenger.php'); to your web.php, (*8)

Laravel Messenger Pusher

Add your pusher keys in config/messenger.php file., (*9)

And voila, you can start conversation with any user by linking to your-domain.com/messenger/t/{userId}., (*10)

Customization

Migrations

To publish and edit messenger migrations, run the publish command with messenger-migrations tag., (*11)

$ php artisan vendor:publish --tag messenger-migrations

Views

To publish and edit messenger views, run the publish command with messenger-views tag., (*12)

$ php artisan vendor:publish --tag messenger-views

TODO

  • emotions.
  • upload photos.
  • Attach files.
  • Show date before every conversation beginning.
  • paginate and load threads.
  • Laravel Messenger chatbox.
  • Unauthenticated chatbox to message customer service.

The Versions

22/07 2018

dev-master

9999999-dev https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat

22/07 2018

dev-RoutesOverridable

dev-RoutesOverridable https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat

22/07 2018

1.6

1.6.0.0 https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat

22/07 2018

1.5

1.5.0.0 https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat

22/07 2018

1.4

1.4.0.0 https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat

19/02 2018

1.3

1.3.0.0 https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat

13/11 2017

1.2

1.2.0.0 https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat

07/11 2017

1.1

1.1.0.0 https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat

31/10 2017

1.0

1.0.0.0 https://github.com/baklysystems/laravel-chat-messenger

Laravel chat package

  Sources   Download

MIT

The Requires

 

by Mohamed Abdul-Fattah

laravel php realtime message chat conversations talk real-time inbox fb chat like facebook chat like facebook messenger support chat