PHPackages                             quentingosset/laravel-themes - 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. quentingosset/laravel-themes

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

quentingosset/laravel-themes
============================

Laravel Theme management

v1.0(5y ago)03MITPHPPHP ^7.2.5CI failing

Since Jun 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/quentingosset/laravel-themes)[ Packagist](https://packagist.org/packages/quentingosset/laravel-themes)[ RSS](/packages/quentingosset-laravel-themes/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (8)Versions (2)Used By (0)

[![PHP Composer](https://github.com/quentingosset/laravel-theme/workflows/PHP%20Composer/badge.svg)](https://github.com/quentingosset/laravel-theme/workflows/PHP%20Composer/badge.svg)

**Laravel****laravel-themes**5.4^1.05.5^2.05.6^3.05.7^4.05.8^5.06.0^6.07.0^7.0`nwidart/laravel-themes` is a Laravel package which created to manage your large Laravel app using themes. Theme is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 7.

This package is a re-published, re-organised and maintained version of [pingpong/themes](https://github.com/pingpong-labs/themes), which isn't maintained anymore. This package is used in [AsgardCMS](https://asgardcms.com/).

With one big added bonus that the original package didn't have: **tests**.

Find out why you should use this package in the article: [Writing modular applications with laravel-themes](https://nicolaswidart.com/blog/writing-modular-applications-with-laravel-themes).

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require nwidart/laravel-themes
```

The package will automatically register a service provider and alias.

Optionally, publish the package's configuration file by running:

```
php artisan vendor:publish --provider="Nwidart\Themes\LaravelThemesServiceProvider"
```

### Autoloading

[](#autoloading)

By default the theme classes are not loaded automatically. You can autoload your themes using `psr-4`. For example:

```
{
  "autoload": {
    "psr-4": {
      "App\\": "app/",
      "Themes\\": "Themes/"
    }
  }
}
```

**Tip: don't forget to run `composer dump-autoload` afterwards.**

Documentation
-------------

[](#documentation)

You'll find installation instructions and full documentation on .

Credits
-------

[](#credits)

- [Nicolas Widart](https://github.com/nwidart)
- [gravitano](https://github.com/gravitano)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2143d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ca3ad22860e2713f510ea47c8653b0dc7a07160e71f145b1e851cecee60143f?d=identicon)[quentingosset7500](/maintainers/quentingosset7500)

---

Top Contributors

[![quentingosset](https://avatars.githubusercontent.com/u/6824137?v=4)](https://github.com/quentingosset "quentingosset (9 commits)")

---

Tags

laravelthemethemes

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/quentingosset-laravel-themes/health.svg)

```
[![Health](https://phpackages.com/badges/quentingosset-laravel-themes/health.svg)](https://phpackages.com/packages/quentingosset-laravel-themes)
```

###  Alternatives

[david-griffiths/nova-dark-theme

A dark theme for Laravel Nova

71576.9k](/packages/david-griffiths-nova-dark-theme)[pingpong/themes

Laravel Themes

3023.7k2](/packages/pingpong-themes)[cloudcake/nova-snowball

A beautiful contrast of dark blue and white packaged for Laravel Nova as a theme.

3844.2k](/packages/cloudcake-nova-snowball)[stephenlake/nova-snowball

A beautiful contrast of dark blue and white packaged for Laravel Nova as a theme.

3816.4k](/packages/stephenlake-nova-snowball)[balbuf/composer-wp

Manage WordPress core, plugins, and themes with composer.

173.6k](/packages/balbuf-composer-wp)[websemantics/pyrocms-theme

PyroCMS Plus Admin Theme

151.3k](/packages/websemantics-pyrocms-theme)

PHPackages © 2026

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