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

538d 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

[imdbphp/imdbphp

Library for retrieving film and tv information from IMDb

27280.6k2](/packages/imdbphp-imdbphp)[stevebauman/unfinalize

Permanently remove final keywords from vendor packages.

14423.1k](/packages/stevebauman-unfinalize)[robertogallea/laravel-python

Run python scripts inside Laravel app

7443.8k](/packages/robertogallea-laravel-python)[mateffy/pan-analytics-viewer

View your analytics directly where you collect them.

7310.2k](/packages/mateffy-pan-analytics-viewer)[bhuvidya/laravel-countries

Laravel Countries is a bundle for Laravel, providing Almost ISO 3166\_2, 3166\_3, currency, Capital and more for all countries. Bug kudos to Christoph Kempen, on whose work this package is heavily based (webpatser/laravel-countries).

3229.9k1](/packages/bhuvidya-laravel-countries)[print-filament/print

The print-filament package is a simple and efficient tool that allows users to quickly print the current webpage directly from their browser. This plugin enhances the convenience of printing online content by providing a one-click solution for generating printer-friendly versions of the pages you're viewing.

147.2k](/packages/print-filament-print)

PHPackages © 2026

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