2017 © Pedro Peláez
 

plugin pusherchat

Demo pakage chat realtime

image

minh/pusherchat

Demo pakage chat realtime

  • Saturday, July 29, 2017
  • by minhngoc2512
  • Repository
  • 0 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

package make by minhngoc. Email: minhngoc2512@yahoo.com Install and use package PUSHERCHAT:, (*1)

  1. Run command artisan: "php artisan make:auth"
  2. Create a account on website Pusher
  3. Change content file .env on folder root:PUSHER_APP_ID,PUSHER_APP_KEY,PUSHER_APP_SECRET,BROADCAST_DRIVER=pusher in your server Pusher.
  4. In file config/app.php uncomment App\Providers\BroadcastServiceProvider::class,
  5. Add service provider " Minh\PusherChat\ChatServiceProvider::class," in file config/app.php on array "provider"
  6. Enter command: composer require pusher/pusher-php-server "~2.6"
  7. You may define a meta tag in your application's head HTML element:
  8. Run command artisan : "php artisan migrate"
  9. Include on blade template before tag "/body": " @include('ChatPusher.home');"
  10. Run command artisan : "php artisan serve"

The Versions

29/07 2017

dev-master

9999999-dev

Demo pakage chat realtime

  Sources   Download

DEMO

The Requires

 

by minh