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 2d 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 27% 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

3031d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/156cac1775411dd2db8278fe9267bcc9e76c49aa2a6c1f683b961cce1744c8a8?d=identicon)[shawnsandy](/maintainers/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

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[illuminate/view

The Illuminate View package.

13144.9M1.7k](/packages/illuminate-view)[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.

44643.1k1](/packages/pressbooks-pressbooks)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[tallstackui/tallstackui

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

703141.0k7](/packages/tallstackui-tallstackui)

PHPackages © 2026

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