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

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

uchup07/laravel-themes
======================

Themes for laravel

1.0.3(3y ago)122MITPHPPHP ^7.4|^8.0|^8.1

Since Jun 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/uchup07/laravel-themes)[ Packagist](https://packagist.org/packages/uchup07/laravel-themes)[ RSS](/packages/uchup07-laravel-themes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

Laravel Themes
--------------

[](#laravel-themes)

[![Source](https://camo.githubusercontent.com/3a1033fc3482e24268bda19e372900e3f56e8ce7dc62ffea393df778a750ba16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f756368757030372f6c61726176656c2d7468656d65732e7376673f7374796c653d666c61742d737175617265)](https://github.com/uchup07/laravel-themes)[![Latest Stable Version](https://camo.githubusercontent.com/c0712df0d1a9e2220f24ceb70ce9e66441c9b3e607121448a442c2204bdd79cb/68747470733a2f2f706f7365722e707567782e6f72672f756368757030372f6c61726176656c2d7468656d65732f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/uchup07/laravel-themes)[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)[![Total Downloads](https://camo.githubusercontent.com/92abf1b5c154f251fb40b5d815e55617c78823fd2083fcf300a9321b433592a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f756368757030372f6c61726176656c2d7468656d65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uchup07/laravel-themes)

This is a Laravel package that adds basic support for managing themes. Inspire from [Caffeinated Themes](https://github.com/caffeinated/themes) for support on Laravel 9

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

[](#installation)

Simply install the package through Composer. From here the package will automatically register its service provider and `Theme` facade.

```
composer require uchup07/laravel-themes

```

Config
------

[](#config)

To publish the config file, run the following:

```
php artisan vendor:publish --provider="Uchup07\LaravelThemes\LaravelThemesServiceProvider" --tag="config"

```

BASIC USAGE
===========

[](#basic-usage)

Create a theme
--------------

[](#create-a-theme)

Theme can be created using `make:laravel-theme ` Example artisan command:

```
php artisan make:laravel-theme bootstrap

```

this will generate folder `themes/bootstrap` on root application.

Helpers
-------

[](#helpers)

Laravel Themes includes a global "helper" PHP function. This is used by the package itself; however, you are free to use it in your own code if you find it convenient.

### theme\_path

[](#theme_path)

The `theme_path` function returns the fully qualified path to either the currently active or specified theme's directory (passed via the second parameter).

```
$path = theme_path('resources/js/bootstrap.js');

$path = theme_path('resources/js/bootstrap.js', 'bootstrap');
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Yusuf Mulhajat](https://github.com/uchup07)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

4

Last Release

1420d ago

### Community

Maintainers

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

---

Top Contributors

[![uchup07](https://avatars.githubusercontent.com/u/914554?v=4)](https://github.com/uchup07 "uchup07 (24 commits)")

---

Tags

themeslaravel-themesuchup07

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/theme-bundle

Themes management for Symfony projects.

1038.1M19](/packages/sylius-theme-bundle)[pingpong/themes

Laravel Themes

3023.7k2](/packages/pingpong-themes)[typo3-themes/themes

TYPO3 THEMES

3642.6k2](/packages/typo3-themes-themes)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[tatter/themes

Lightweight theme manager for CodeIgniter 4

1710.2k2](/packages/tatter-themes)[hofff/contao-layoutusage

Shows on which pages the layouts are used

114.1k](/packages/hofff-contao-layoutusage)

PHPackages © 2026

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