PHPackages                             shawnsandy/jarvis - 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. shawnsandy/jarvis

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

shawnsandy/jarvis
=================

A simple and smart theme management package for Laravel

v0.1.0(8y ago)014MITCSSPHP ~5.6|~7.0

Since Oct 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/shawnsandy/jarvis)[ Packagist](https://packagist.org/packages/shawnsandy/jarvis)[ Docs](https://github.com/shawnsandy/jarvis)[ RSS](/packages/shawnsandy-jarvis/feed)WikiDiscussions master Synced 2w ago

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

Jarvis (alpha)
==============

[](#jarvis-alpha)

Jarvis is a simple and smart way to create and manage Laravel views (themes).

[![Alt text](/jarvis-theme-cover.jpeg?raw=true)](/jarvis-theme-cover.jpeg?raw=true)

Install
-------

[](#install)

Via Composer

- To install the Alpha version, add the following VCS repository add the following to your composer.json

```
"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/shawnsandy/jarvis"
        }
    ],

```

- From command line run the following

```
composer require shawnsandy/jarvis dev-master
```

### Laravel 5.5x Bluma presets

[](#laravel-55x-bluma-presets)

- Install

> Install this preset via composer `require laravel-frontend-presets/bulma`. Laravel 5.5.x will automatically discover this package for you

Usage
-----

[](#usage)

**Quick Start**

- Add the VALIDATION\_KEY to you Laravel .env file *min 8 characters, numbers letters, underscore, dashes*

```
VALIDATION_KEY=1234567890_valdiation-key

```

- Open `routes\wep.php` and add the following routes

```
Route::group(['prefix' => config("jarvis.base_url")], function () {
    // theme setup and install routes
    Jarvis::install_routes();
    // Demo pages
    Jarvis::routes();
});
```

Optional routes

```
Route::get('/', function () {
    return view(jarvis_views("index"), ["theme_class" => "front-page"]);
});

Route::get('/signin', function(){
    return view(jarvis_views("login"));
});

Route::get('/signup', function(){
    return view(jarvis_views('register'));
});

Route::get('/reset-password', function(){
    return view(jarvis_views('reset'));
});
```

- To install and publish theme files go to `yourapp.com/jarvis/themes/index`, click on the `Lets get started` button.
- Enter the validation\_key in the and hit `Publish Vendor files`. You should be set to go.

[![Alt text](/jarvis-setup.jpg?raw=true)](/jarvis-setup.jpg?raw=true)

[![Alt text](/jarvis-install.jpeg?raw=true)](/jarvis-install.jpeg?raw=true)

- To visit a demo page go to `yourapp.com/jarvis/view/index`

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- \[Shawn Sandy\]\[link-author\]
- \[All Contributors\]\[link-contributors\]

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

3079d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28913?v=4)[Shawn Sandy](/maintainers/shawnsandy)[@shawnsandy](https://github.com/shawnsandy)

---

Top Contributors

[![shawnsandy](https://avatars.githubusercontent.com/u/28913?v=4)](https://github.com/shawnsandy "shawnsandy (212 commits)")

---

Tags

jarvisshawnsandy

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/shawnsandy-jarvis/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

Rapidly build MCP servers for your Laravel applications.

77018.2M122](/packages/laravel-mcp)[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)[moonshine/moonshine

Laravel administration panel

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

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

721160.4k12](/packages/tallstackui-tallstackui)[illuminate/auth

The Illuminate Auth package.

9327.9M1.2k](/packages/illuminate-auth)

PHPackages © 2026

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