PHPackages                             cleaniquecoders/themer - 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. [Framework](/categories/framework)
4. /
5. cleaniquecoders/themer

AbandonedLibrary[Framework](/categories/framework)

cleaniquecoders/themer
======================

Laravel Theme

v2.1.0(7y ago)41.2k1MITPHP

Since Dec 18Pushed 7y agoCompare

[ Source](https://github.com/cleaniquecoders/themer)[ Packagist](https://packagist.org/packages/cleaniquecoders/themer)[ RSS](/packages/cleaniquecoders-themer/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (6)Versions (7)Used By (0)

[![Build Status](https://camo.githubusercontent.com/96d65c7349cf662a1236e452a0d1bdbafdace59c4041cdc9088bc2e4b0464223/68747470733a2f2f7472617669732d63692e6f72672f636c65616e69717565636f646572732f7468656d65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cleaniquecoders/themer) [![Latest Stable Version](https://camo.githubusercontent.com/d7c96feaa9233cb3a1c84c927704e62fc0ce5fa8ac10cb8c7186d9527494850f/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f7468656d65722f762f737461626c65)](https://packagist.org/packages/cleaniquecoders/themer) [![Total Downloads](https://camo.githubusercontent.com/7af38e40f85c12705b199682e076f38dfc079acd43a95e384898bbacba266af7/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f7468656d65722f646f776e6c6f616473)](https://packagist.org/packages/cleaniquecoders/themer) [![License](https://camo.githubusercontent.com/ab4ee825c267bc0a7f64cf273ee7a8b8ec292042a38054aeae531fe056d0bbf2/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f7468656d65722f6c6963656e7365)](https://packagist.org/packages/cleaniquecoders/themer)

Laravel Theme Maker
-------------------

[](#laravel-theme-maker)

A simple Laravel Theme Maker, enabled developers to create theme skeleton. Developers just need to add the middleware of themer after creating themes.

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

[](#installation)

Run the following command to install the package:

```
composer require cleaniquecoders/themer

```

Register
--------

[](#register)

### Themer Service Provider

[](#themer-service-provider)

Register Themer service provider at `config/app.php` in `providers` key:

```
CleaniqueCoders\Themer\ThemerServiceProvider::class,
```

### Themer Middleware

[](#themer-middleware)

Register Themer middleware at the `app/Http/Kernel.php` in `$routeMiddleware`:

```
'theme' => \CleaniqueCoders\Themer\Http\Middleware\ThemeLoader::class,
```

Usage
-----

[](#usage)

### Create a new theme skeleton

[](#create-a-new-theme-skeleton)

```
php artisan make:theme your-theme-name

```

### Assign theme via middleware

[](#assign-theme-via-middleware)

```
Route::get('home','HomeController@index')->middleware('theme:public');
```

OR

```
Route::group(['middleware' => ['theme:admin']], function(){
	Auth:routes();
});
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~156 days

Total

6

Last Release

2854d ago

Major Versions

v1.0.1 → v2.0.02018-05-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/b57069d0f4b634f65eccc6e5d5848990e25968d45ec2cf46d626c6a4658f944b?d=identicon)[nasrulhazim.m](/maintainers/nasrulhazim.m)

---

Top Contributors

[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (21 commits)")

---

Tags

laravellaravel-theme-makermiddlewarethemelaravelpackagethememake

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cleaniquecoders-themer/health.svg)

```
[![Health](https://phpackages.com/badges/cleaniquecoders-themer/health.svg)](https://phpackages.com/packages/cleaniquecoders-themer)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.7k](/packages/larastan-larastan)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M165](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M124](/packages/laravel-mcp)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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