PHPackages                             crisvegadev/jet-dark - 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. crisvegadev/jet-dark

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

crisvegadev/jet-dark
====================

A Laravel package that add dark theme to Jetstream

v1.0.0-beta.2(4y ago)1251MITBlade

Since Feb 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/crisvegadev/jet-dark)[ Packagist](https://packagist.org/packages/crisvegadev/jet-dark)[ GitHub Sponsors](https://github.com/crisvegadev)[ RSS](/packages/crisvegadev-jet-dark/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Introduction
============

[](#introduction)

jet-dark is a package for Laravel Jetstream that provides a dark theme for the application. This package overrides the default files of Jetstream views with custom files that included support for dark mode using tailwindcss.

### Recommended for new projects only.

[](#recommended-for-new-projects-only)

Requirements
------------

[](#requirements)

- Laravel
- Jetstream (livewire)
- TailwindCSS

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

[](#installation)

### Complete installation

[](#complete-installation)

- publish the views of jetstream

if you don't publish the views of jetstream, jet-dark will create the files automatically.

```
  php artisan vendor:publish --tag=jetstream-views
```

- Install with composer

```
  composer require crisvegadev/jet-dark
```

#### Make a backup of yours views before the execution of this command

[](#make-a-backup-of-yours-views-before-the-execution-of-this-command)

If you don't like the theme, you can restore yours views later with yours backup

### ¡¡WARNING!!

[](#warning)

#### This action replaces all files in following directories and this is irreversible

[](#this-action-replaces-all-files-in-following-directories-and-this-is-irreversible)

#### Sure not customize views in these directories before execute this command

[](#sure-not-customize-views-in-these-directories-before-execute-this-command)

```
- resources/views/api/*
- resources/views/auth/*
- resources/views/layouts/*
- resources/views/profile/*
- resources/views/teams/*
- resources/views/vendor/jetstream/components/*
- resources/views/dashboard.blade.php
- resources/views/navigation-menu.blade.php
- resources/views/policy.blade.php
- resources/views/terms.blade.php
- resources/views/welcome.blade.php

```

- After running `composer require crisvegadev/jet-dark` command, just run:
-

```
php artisan jet-dark:install --mode=complete
```

### Styles only

[](#styles-only)

Installing the styles only, you can set manually the classes to your components.

This option is recommended if you conserve the original files of Jetstream views.

`--mode=styles` **is the default option.**

```
php artisan jet-dark:install --mode=styles
```

Usage/Configuration
-------------------

[](#usageconfiguration)

- import the styles of the theme into your app.css file on resources/css/app.css

```
  @import 'vendor/crisvegadev/jet-dark/app.css';
```

Authors
-------

[](#authors)

- [@crisvegadev](https://www.github.com/crisvegadev)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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 ~3 days

Total

2

Last Release

1590d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/725e3a5c52d886d3b68e28598cab8760af85e6e4033a5207393dd2710c5d37bf?d=identicon)[crisvegadev](/maintainers/crisvegadev)

---

Top Contributors

[![crisvegadev](https://avatars.githubusercontent.com/u/17342446?v=4)](https://github.com/crisvegadev "crisvegadev (7 commits)")

---

Tags

dark-modedark-themejetstreamjetstream-laravellaravellaravel-package

### Embed Badge

![Health badge](/badges/crisvegadev-jet-dark/health.svg)

```
[![Health](https://phpackages.com/badges/crisvegadev-jet-dark/health.svg)](https://phpackages.com/packages/crisvegadev-jet-dark)
```

PHPackages © 2026

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