Download the PHP package juanrangel/laravel-converse without Composer
On this page you can find all versions of the php package juanrangel/laravel-converse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download juanrangel/laravel-converse
More information about juanrangel/laravel-converse
Files in juanrangel/laravel-converse
Package laravel-converse
Short Description A real time chat package for laravel.
License MIT
Homepage https://github.com/juanrangel/laravel-converse
Informations about the package laravel-converse
A conversation package
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
Add the CanConverse trait to your user model
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Realtime Messages
Add your pusher info in the.env file
Set your broadcast driver to pusher in the .env file
Enable the broadcast driver by uncommenting the App\Providers\BroadcastServiceProvider::class
in js/config/app.php
Install laravel-echo and pusher https://laravel.com/docs/7.x/broadcasting
be sure and uncomment or add this to your bootstrap.js
file
npm install --save laravel-echo pusher-js
Now we can run the migration command
Run npm run dev
to compile the assets
Make sure that the BroadcastServiceProvider
is active in app.php
Usage
We now have to install laravel-echo and pusher-js
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Juan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-converse with dependencies
laravel/legacy-factories Version ^1.1
livewire/livewire Version ^2.0
pusher/pusher-php-server Version ~3.0