PHPackages                             fflch/laravel-comet-theme - 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. fflch/laravel-comet-theme

ActiveLibrary

fflch/laravel-comet-theme
=========================

comet theme for laravel

1.0.4(5y ago)1212GPL-2.0-or-laterBlade

Since Apr 8Pushed 5y ago2 watchersCompare

[ Source](https://github.com/fflch/laravel-comet-theme)[ Packagist](https://packagist.org/packages/fflch/laravel-comet-theme)[ RSS](/packages/fflch-laravel-comet-theme/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Laravel theme for comet project
===============================

[](#laravel-theme-for-comet-project)

To install the package:

```
composer require fflch/laravel-comet-theme

```

Extends **laravel-comet-theme master** on your template:

```
@extends('laravel-comet-theme::master')

```

Sections availables:

- title
- sitename
- menu
- content
- stylesheets (it is a good idea to use: *{{ parent() }}*)
- javascripts (it is a good idea to use: *{{ parent() }}*)

Publish assets using webpack.mix.js:

```
mix.js('vendor/uspdev/laravel-comet-theme/resources/assets/js/script.js', 'public/js')
   .sass('vendor/uspdev/laravel-comet-theme/resources/assets/sass/app.scss', 'public/css');

```

Using service provider:

```
php artisan vendor:publish --provider="Uspdev\CometTheme\CometThemeServiceProvider" --tag=assets --force

```

And then run Mix:

```
npm run dev

```

An example that can be inserted in your base.html.twig:

```
@extends('laravel-comet-theme::master')

@section('title') Sistema @endsection

@section('menu')

      Sobre

@endsection

@section('content')
    Seu código
@endsection

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.7% 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

4

Last Release

1857d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc8451f2b855e1ed96b64217a6a9fee32a42d10de0fb001729dd5840820efaf2?d=identicon)[fflch](/maintainers/fflch)

---

Top Contributors

[![thiagogomesverissimo](https://avatars.githubusercontent.com/u/908508?v=4)](https://github.com/thiagogomesverissimo "thiagogomesverissimo (47 commits)")[![Euak](https://avatars.githubusercontent.com/u/12688177?v=4)](https://github.com/Euak "Euak (39 commits)")

### Embed Badge

![Health badge](/badges/fflch-laravel-comet-theme/health.svg)

```
[![Health](https://phpackages.com/badges/fflch-laravel-comet-theme/health.svg)](https://phpackages.com/packages/fflch-laravel-comet-theme)
```

PHPackages © 2026

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