PHPackages                             gregoriohc/laravel-nova-theme-classify - 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. gregoriohc/laravel-nova-theme-classify

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

gregoriohc/laravel-nova-theme-classify
======================================

A Laravel Nova theme helper.

v0.4.1(6y ago)1747.7k↓13.3%3[1 issues](https://github.com/gregoriohc/laravel-nova-theme-classify/issues)MITJavaScriptPHP &gt;=7.1.0

Since Sep 22Pushed 6y ago2 watchersCompare

[ Source](https://github.com/gregoriohc/laravel-nova-theme-classify)[ Packagist](https://packagist.org/packages/gregoriohc/laravel-nova-theme-classify)[ Docs](https://github.com/gregoriohc/laravel-nova-theme-classify)[ RSS](/packages/gregoriohc-laravel-nova-theme-classify/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Nova Classify Theme
===========================

[](#laravel-nova-classify-theme)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4398da270cb161d635c1ef6584fe1aef3fb367159c7673fcf87fc1f145663127/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f677265676f72696f68632f6c61726176656c2d6e6f76612d7468656d652d636c6173736966792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gregoriohc/laravel-nova-theme-classify)[![Total Downloads](https://camo.githubusercontent.com/1869520fd50c93ca81dda3b3b415d62489987eaf72f3d101f679e185c0c6d5dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f677265676f72696f68632f6c61726176656c2d6e6f76612d7468656d652d636c6173736966792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gregoriohc/laravel-nova-theme-classify)

Laravel Nova theme helper that add CSS classes to the main nova views elements, making it easier to style it.

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

[](#installation)

You can install the nova theme helper into a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require gregoriohc/laravel-nova-theme-classify
```

Usage
-----

[](#usage)

You can use this theme helper in three ways:

### A) Adding an stylesheet on your Nova app, and using the provided CSS classes to customize the styles

[](#a-adding-an-stylesheet-on-your-nova-app-and-using-the-provided-css-classes-to-customize-the-styles)

First, publish the package skeleton stylesheet:

```
php artisan vendor:publish --provider="Gregoriohc\LaravelNovaThemeClassify\ThemeServiceProvider"
```

Then, update the stylesheet with your custom styles. The file is located in `resources/css/vendor/laravel-nova-theme-classify/theme.css`

### B) Creating your own theme and adding this one as a dependency

[](#b-creating-your-own-theme-and-adding-this-one-as-a-dependency)

First, create your own Nova theme:

```
php artisan nova:theme MyCustomTheme
```

Then, customize the CSS of your own theme, using the CSS classes provided by this one.

If you want to public release your theme, don't forget to add this as a dependency:

```
cd path/to/MyCustomTheme
composer require gregoriohc/laravel-nova-theme-classify
```

### C) Using it as a base to create your own theme

[](#c-using-it-as-a-base-to-create-your-own-theme)

Simply, clone this repo, and modify it to create your custom theme.

Credits
-------

[](#credits)

- [Gregorio Hernández Caso](https://github.com/gregoriohc)

Support the development
-----------------------

[](#support-the-development)

**Do you like this project? Support it by donating**

- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GM9RYQ4R22LKG&currency_code=EUR&source=url)
- Patreon: [Donate](https://www.patreon.com/gregoriohc)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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 ~64 days

Total

5

Last Release

2537d ago

### Community

Maintainers

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

---

Top Contributors

[![gregoriohc](https://avatars.githubusercontent.com/u/566841?v=4)](https://github.com/gregoriohc "gregoriohc (9 commits)")[![kszcode](https://avatars.githubusercontent.com/u/4005601?v=4)](https://github.com/kszcode "kszcode (1 commits)")[![marcorivm](https://avatars.githubusercontent.com/u/1222598?v=4)](https://github.com/marcorivm "marcorivm (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/gregoriohc-laravel-nova-theme-classify/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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