hanishkumar/chatapp

ChatApp is a PHP library designed to make it easy to consume and produce chat application
117 1
Install
composer require hanishkumar/chatapp
Latest Version:1.3
PHP:>=5.6.4
License:MIT
Last Updated:May 20, 2017
Links: GitHub  ·  Packagist
Maintainer: hanishkumar

Laravel Chat Application with EMOJI Support

Latest Stable Version Total Downloads Latest Unstable Version License

###Installing

	composer require hanishkumar/chatapp

Add to config/app.php the following line to the 'providers' array:

	Hanish\ChatApp\ChatAppServiceProvider::class,

Publish Migrations

	php artisan migrate

Publish Asserts To Public Folder to install basic theme for chat

	php artisan vendor:publish

To Include ChatBox In Your Master Page Just Add after all scripts at end

	 @if(!empty(Auth::user()->id))
                        @include('chat::directChat')
            @endif

Related Packages

nahid/talk

Talk is a Laravel based realtime messaging, chatting and conversation system. It...

59,624 1,621
morozovsk/websocket

simple php websocket server with examples and demo: simple chat (single daemon)...

17,946 364