PHPackages                             viralsoft/bptheme-stoke - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. viralsoft/bptheme-stoke

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

viralsoft/bptheme-stoke
=======================

Theme stoke for backpack

1.1.1(5y ago)036MITJavaScript

Since Mar 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/viralsoft/bptheme-stoke)[ Packagist](https://packagist.org/packages/viralsoft/bptheme-stoke)[ RSS](/packages/viralsoft-bptheme-stoke/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (7)Used By (0)

\#Backpack Theme Stoke Change Theme backpack to them stoke () ##Installation Via Composer

```
$ composer require viralsoft/bptheme-stoke
```

Usage
-----

[](#usage)

Optional you can publish the configuration to provide a different service provider stub. The default is here.

```
$ php artisan vendor:publish --provider="ViralSoft\BPThemeStoke\StokeServiceProvider"
```

You can edit your CRUD controller extend BaseCrudController be like:

```
useViralSoft\BPThemeStoke\app\Http\Controllers\BaseCrudController;

class CategoryCrudController extends BaseCrudController
```

and in function setup you need add:

```
    public function setup()
    {
        parent::setup();
        CRUD::setModel(\App\Models\Category::class);
        CRUD::setRoute(config('backpack.base.route_prefix') . '/category');
        CRUD::setEntityNameStrings('category', 'categories');
    }
```

in `config/backpack/base.php` you need edit 'view\_namespace' =&gt; 'stoke-horizontal::' or 'view\_namespace' =&gt; 'stoke-vertical::' to use theme Reload page and theme setting successfully

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~2 days

Total

6

Last Release

1882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/212a6e6a1501f29c9b9697bd48c8c52d6b8773fc9934637cba67a567830faf9a?d=identicon)[viralsoft](/maintainers/viralsoft)

---

Top Contributors

[![ViralS-longnd](https://avatars.githubusercontent.com/u/50614639?v=4)](https://github.com/ViralS-longnd "ViralS-longnd (5 commits)")[![viralsoft](https://avatars.githubusercontent.com/u/48120322?v=4)](https://github.com/viralsoft "viralsoft (1 commits)")

### Embed Badge

![Health badge](/badges/viralsoft-bptheme-stoke/health.svg)

```
[![Health](https://phpackages.com/badges/viralsoft-bptheme-stoke/health.svg)](https://phpackages.com/packages/viralsoft-bptheme-stoke)
```

###  Alternatives

[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[imanghafoori/laravel-middlewarize

Use laravel middlewares on any method calls in your app

1134.5k1](/packages/imanghafoori-laravel-middlewarize)

PHPackages © 2026

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