PHPackages                             mrdejong/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. mrdejong/themer

AbandonedArchivedLaravel-package

mrdejong/themer
===============

Theme package for laravel 5

39PHP

Since Nov 7Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/e174ce0e7e78581fbcfce8b6c6603b28d364b9a036f958af214e75d8e939c96a/68747470733a2f2f7472617669732d63692e6f72672f6d7264656a6f6e672f7468656d65722e737667)](https://travis-ci.org/mrdejong/themer)[![Downloads](https://camo.githubusercontent.com/e3a4ef7597b3a7fc1babcc46be5580a8e54205c4f0b9debca6fd6c2c9e1b4aec/68747470733a2f2f706f7365722e707567782e6f72672f6d7264656a6f6e672f7468656d65722f646f776e6c6f6164732e737667)](https://packagist.org/packages/mrdejong/themer)[![License](https://camo.githubusercontent.com/96613e8025194a4454e40615ff5af88f3263bd19bac7943b6fa5073575ded840/68747470733a2f2f706f7365722e707567782e6f72672f6d7264656a6f6e672f7468656d65722f6c6963656e73652e737667)](https://packagist.org/packages/mrdejong/themer)

Important update
----------------

[](#important-update)

I'm no longer working on the project. If you want to continue this project contact me for a transfer!

### Introduction

[](#introduction)

Themer is a theme manager for laravel, which uses laravels build in view provider. This means that if you install this package your application still works, without any editions to your code.

Sure the current state of this package is 'bare bone', but I'm planing so much cool stuff this that your mouth will open!

Lets continue to the installation.

### Installation

[](#installation)

Well this is easy, open up your composer.json file. Then find the line that starts with `"require": {` in that array add:

```
"mrdejong/themer": "dev-master"
```

Done that? Run `composer update`

Let that do his work, when it is done we are going to do some hacky work!

You can close your composer.json file, and open up the app.php file located in `[root]/app/config/app.php` and look for this line of code:

```
'Illuminate\View\ViewServiceProvider',
```

You want to comment that line of code, since Themer's service provider extends from the ViewServiceProvider.

Now add the following line of code to the same array as the ViewServiceProvider

```
'Mrdejong\Themer\ThemerServiceProvider',
```

Congratulations! You have now successfully installed themer.

But wait, the configuration for themer!? Ahh, don't worry the default configuration is good to go, but sure you want to change thing here and there run the following command:

```
php artisan config:publish mrdejong/themer

```

Later on I will take on a tour threw the configuration file!

### Notice

[](#notice)

Since themer is in its early state of development, I'm going to add documentation as I go. For now I feel that you can go with this, the configuration file of themer is commented very well as I may say.

### Thanks

[](#thanks)

Thanks for reading this readme and ignore my rich mistakes in this language!

Have fun with themer, and watch out for new and super cool updates!

### License

[](#license)

Since it is written in laravel, I will use the very same license. It is nonsense to use anything different.

Licensed under the [Mit license](http://opensource.org/licenses/MIT)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9129f35eadd1815b43bd170ace69effaae50b24956a4a2755fcc2b3f56bee500?d=identicon)[mrdejong](/maintainers/mrdejong)

---

Top Contributors

[![mrdejong](https://avatars.githubusercontent.com/u/166976?v=4)](https://github.com/mrdejong "mrdejong (73 commits)")

### Embed Badge

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

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

PHPackages © 2026

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