PHP code example of webpatser / resonate
1. Go to this page and download the library: Download webpatser/resonate library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
webpatser / resonate example snippets
'servers' => [
'reverb' => [
// ...
'plugins' => [
App\Resonate\ChatPlugin::class,
],
],
],
bash
composer resonate:install
php artisan resonate:start