PHPackages                             susheelbhai/larameet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. susheelbhai/larameet

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

susheelbhai/larameet
====================

create chat application with video call in laravel

v1.0.1(1y ago)03MITBlade

Since Nov 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/susheelbhai/larameet)[ Packagist](https://packagist.org/packages/susheelbhai/larameet)[ RSS](/packages/susheelbhai-larameet/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Starter Kit for Laravel Project
===============================

[](#starter-kit-for-laravel-project)

Installation
------------

[](#installation)

### Laravel

[](#laravel)

Require this package in your composer.json and update composer. This will download the package.

```
composer require susheelbhai/larameet

```

Configuration
-------------

[](#configuration)

Update ASSET\_URL in .env file

```
ASSET_URL=http://127.0.0.1:8000/storage

```

Please install btoadcasting by using the following command before moving further

```
php artisan install:broadcasting

```

### install Laravel Reverb

[](#install-laravel-reverb)

> install and build the Node dependencies required for broadcasting run below commant to create build

```
npm run build

```

> copy build file from public folder to public\_html folder and public\_html/storage

### Vendor Publish

[](#vendor-publish)

Publish all the required files using the following command

```
php artisan vendor:publish --tag="larameet" --force

```

### Migrate database

[](#migrate-database)

Migrate databse tables and seed with the following commands

```
php artisan migrate

```

### Add code in channel.php

[](#add-code-in-channelphp)

```
use App\Models\User;
use Illuminate\Support\Facades\Broadcast;

Broadcast::channel('chat.{id}', function ($user, $id) {
  return (int) $user->id === (int) $id || User::find($id)->id;
});

```

copy &amp; paste above code to route/channel.php file

### License

[](#license)

This Laravel Starter Kit Package is developed by susheelbhai for personal use software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

535d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d324a9930fc536f84b495c972521e05384cefea99250652c702e134757ea47f?d=identicon)[susheelbhai](/maintainers/susheelbhai)

---

Top Contributors

[![susheelbhai](https://avatars.githubusercontent.com/u/64020920?v=4)](https://github.com/susheelbhai "susheelbhai (5 commits)")

### Embed Badge

![Health badge](/badges/susheelbhai-larameet/health.svg)

```
[![Health](https://phpackages.com/badges/susheelbhai-larameet/health.svg)](https://phpackages.com/packages/susheelbhai-larameet)
```

###  Alternatives

[96qbhy/agora

声网php-SDK

121.5k](/packages/96qbhy-agora)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
