plugin pusherchat
Demo pakage chat realtime
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
package make by minhngoc.
Email: minhngoc2512@yahoo.com
Install and use package PUSHERCHAT:, (*1)
- Run command artisan: "php artisan make:auth"
- Create a account on website Pusher
- Change content file .env on folder root:PUSHER_APP_ID,PUSHER_APP_KEY,PUSHER_APP_SECRET,BROADCAST_DRIVER=pusher in your server Pusher.
- In file config/app.php uncomment App\Providers\BroadcastServiceProvider::class,
- Add service provider " Minh\PusherChat\ChatServiceProvider::class," in file config/app.php on array "provider"
- Enter command: composer require pusher/pusher-php-server "~2.6"
- You may define a meta tag in your application's head HTML element:
- Run command artisan : "php artisan migrate"
- Include on blade template before tag "/body": " @include('ChatPusher.home');"
- Run command artisan : "php artisan serve"
dev-master
9999999-dev
Demo pakage chat realtime
Sources
Download
DEMO
The Requires
by
minh