PHPackages                             uspdev/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. [Templating &amp; Views](/categories/templating)
4. /
5. uspdev/laravel-comet-theme

ActiveLibrary[Templating &amp; Views](/categories/templating)

uspdev/laravel-comet-theme
==========================

comet theme for laravel

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

Since Apr 8Pushed 5y ago2 watchersCompare

[ Source](https://github.com/fflch/laravel-comet-theme)[ Packagist](https://packagist.org/packages/uspdev/laravel-comet-theme)[ RSS](/packages/uspdev-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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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/8a59480189a3ba1aa8355cb434880695569433f5d1c9e375e8238d5ff1a56beb?d=identicon)[uspdev](/maintainers/uspdev)

---

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/uspdev-laravel-comet-theme/health.svg)

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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