PHPackages                             agentsoftware/laravel-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. [Templating &amp; Views](/categories/templating)
4. /
5. agentsoftware/laravel-theme

ActiveLibrary[Templating &amp; Views](/categories/templating)

agentsoftware/laravel-theme
===========================

Laravel 5 Themes: Asset &amp; Views folder per theme. Theme inheritance. Blade integration and more...

v2.0.3(8y ago)0873MITPHP

Since Feb 26Pushed 8y ago2 watchersCompare

[ Source](https://github.com/AgentSoftware/laravel-theme)[ Packagist](https://packagist.org/packages/agentsoftware/laravel-theme)[ Docs](https://github.com/Igaster/laravel-theme.git)[ RSS](/packages/agentsoftware-laravel-theme/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (36)Used By (0)

Description
-----------

[](#description)

[![Laravel](https://camo.githubusercontent.com/232d618909dfd7f0bc8dbefecce911eb09e87dd73c4b1508e6b9641a2b9a1257/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e352d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)[![Downloads](https://camo.githubusercontent.com/bf9e6f5fd35335e192a0588b48ae439e270ab0e501ca6aadef9ec483abea08be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696761737465722f6c61726176656c2d7468656d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/igaster/laravel-theme)

This is a Laravel package that adds basic support for managing themes. It allows you to build your views &amp; your assets in seperate folders, and supports for theme extending! Awesome :)

Features:

- Views &amp; Asset separation in theme folders
- Theme inheritance: Extend any theme and create Theme hierarchies (WordPress style!)
- Integrates [Orchestra/Asset](http://orchestraplatform.com/docs/3.0/components/asset) to provide Asset dependencies managment
- Your App &amp; Views remain theme-agnostic. Include new themes with (almost) no modifications
- Themes are distributable! Create a single-file theme Package and install it on any Laravel application.
- Ships with console commands to manage themes

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

[](#documentation)

Check the [Documentation](https://github.com/igaster/laravel-theme/wiki/1.-Installation)

If you are upgrading from v1.x please read the [migration guide](https://github.com/igaster/laravel-theme/wiki/Migrating-from-v1.x)

Compability
-----------

[](#compability)

v2.x requires Laravel 5.5+

- For Laravel 5.0 &amp; 5.1, please use the [v1.0.x branch](https://github.com/igaster/laravel-theme/tree/v1.0)
- For Laravel 5.2 &amp; 5.3, please use the [v1.1.x branch](https://github.com/igaster/laravel-theme/tree/v1.1)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 82.9% 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 ~25 days

Recently: every ~6 days

Total

35

Last Release

3231d ago

Major Versions

v0.9 → v1.0.12015-02-26

v1.1.x-dev → v2.0.02017-06-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/36a172ce41ca4aa144057ada11d950882b2055dab85e289f84867aae72cf530d?d=identicon)[robincard](/maintainers/robincard)

---

Top Contributors

[![igaster](https://avatars.githubusercontent.com/u/4586319?v=4)](https://github.com/igaster "igaster (107 commits)")[![hailwood](https://avatars.githubusercontent.com/u/709773?v=4)](https://github.com/hailwood "hailwood (9 commits)")[![robincard](https://avatars.githubusercontent.com/u/1455353?v=4)](https://github.com/robincard "robincard (7 commits)")[![likemusic](https://avatars.githubusercontent.com/u/603401?v=4)](https://github.com/likemusic "likemusic (1 commits)")[![TheDigitalOrchard](https://avatars.githubusercontent.com/u/3195423?v=4)](https://github.com/TheDigitalOrchard "TheDigitalOrchard (1 commits)")[![benswinburne](https://avatars.githubusercontent.com/u/1208977?v=4)](https://github.com/benswinburne "benswinburne (1 commits)")[![UnrulyNatives](https://avatars.githubusercontent.com/u/6769986?v=4)](https://github.com/UnrulyNatives "UnrulyNatives (1 commits)")[![danielhookins](https://avatars.githubusercontent.com/u/5005483?v=4)](https://github.com/danielhookins "danielhookins (1 commits)")[![fishisawesome](https://avatars.githubusercontent.com/u/6018584?v=4)](https://github.com/fishisawesome "fishisawesome (1 commits)")

---

Tags

packagebladelaravel 5assetsthemesviews

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[igaster/laravel-theme

Laravel Themes: Asset &amp; Views folder per theme. Theme inheritance. Blade integration and more...

5161.2M12](/packages/igaster-laravel-theme)[league/plates

Plates, the native PHP template system that's fast, easy to use and easy to extend.

1.5k5.9M230](/packages/league-plates)[spatie/laravel-blade-comments

Add debug comments to your rendered output

177325.5k](/packages/spatie-laravel-blade-comments)[daikazu/laravel-glider

Start using Glide on-the-fly instantly in your Laravel blade templates.

882.3k](/packages/daikazu-laravel-glider)[larablocks/pigeon

A more flexible email message builder for Laravel 5 including chained methods, reusable message configurations, and message layout and template view management.

143.7k](/packages/larablocks-pigeon)

PHPackages © 2026

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