PHPackages                             eslym/laravel-easy-theme - 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. eslym/laravel-easy-theme

AbandonedArchivedLibrary

eslym/laravel-easy-theme
========================

Easy Theme System For Laravel

1.0.3(7y ago)019mitPHPPHP &gt;=7.1

Since Apr 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/eslym/laravel-easy-theme)[ Packagist](https://packagist.org/packages/eslym/laravel-easy-theme)[ RSS](/packages/eslym-laravel-easy-theme/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Laravel Easy Theme
==================

[](#laravel-easy-theme)

Install
-------

[](#install)

```
composer require eslym/laravel-easy-theme
```

### Without package discovery

[](#without-package-discovery)

#### Provider

[](#provider)

```
[
    "Eslym\\EasyTheme\\Providers\\ThemeServiceProvider"
]
```

#### Alias

[](#alias)

```
[
    "Theme" => "Eslym\\EasyTheme\\Facades\\Theme"
]
```

Publish
-------

[](#publish)

```
php artisan vendor:publish --provider="Eslym\EasyTheme\Providers\ThemeServiceProvider" --tag="config"
```

How to use
==========

[](#how-to-use)

Structure
---------

[](#structure)

```
public/
└── themes/
     ├── default
     │   └── index.blade.php
     └── theme_b
          └── index.blade.php

```

Code
----

[](#code)

```
Route::get('/', function(){
    return Theme::view('index')
        ->response();
});
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~0 days

Total

4

Last Release

2582d ago

### Community

Maintainers

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

---

Top Contributors

[![eslym](https://avatars.githubusercontent.com/u/3667594?v=4)](https://github.com/eslym "eslym (20 commits)")

### Embed Badge

![Health badge](/badges/eslym-laravel-easy-theme/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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