PHPackages                             devbshrestha/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. devbshrestha/theme

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

devbshrestha/theme
==================

Simple Package for admin lte theme

05JavaScript

Since Dec 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/devbs2021/theme)[ Packagist](https://packagist.org/packages/devbshrestha/theme)[ RSS](/packages/devbshrestha-theme/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

About Theme
-----------

[](#about-theme)

AdminLTE V3 theme is nicely modified for laravel application. It includes all the necessary assets of adminlte v3

Following are the features
--------------------------

[](#following-are-the-features)

Some of specific features are listed below

- Easy to use
- Easy to Customize
- Can develop futher plugins

Key Components
--------------

[](#key-components)

- Authentication with Authorization
- User Management
- Site Setting
- Plugin Enable/Disblae
- Header and Footer Menus
- Testimonials
- Subscription with bulk E-mail
- Basic CMS for any type of conent such as privay policy,about us, etc.

Usage
-----

[](#usage)

### Authentication

[](#authentication)

It will provide HasPermission Traits, you must have to include in the User Model

```
use Spatie\Permission\Traits\HasRoles;

class User extends Model{
    use HasRole;

}
```

Theme package has following in-built permissions
------------------------------------------------

[](#theme-package-has-following-in-built-permissions)

```
        [
            'user_create',
            'user_edit',
            'user_delete',
            'user_menu',
            'user_view',
            'user_update',
            'role_create',
            'role_edit',
            'role_delete',
            'role_menu',
            'role_view',
            'role_update',
            'testimonial_create',
            'testimonial_edit',
            'testimonial_delete',
            'testimonial_menu',
            'testimonial_view',
            'testimonial_update',
            'page_create',
            'page_edit',
            'page_delete',
            'page_menu',
            'page_view',
            'page_update',
            'subscription_create',
            'subscription_edit',
            'subscription_delete',
            'subscription_menu',
            'subscription_view',
            'subscription_update',
            'menu_create',
            'menu_edit',
            'menu_delete',
            'menu_menu',
            'menu_view',
            'menu_update',
            'faq_create',
            'faq_edit',
            'faq_delete',
            'faq_menu',
            'faq_view',
            'faq_update',
            'message_create',
            'message_edit',
            'message_delete',
            'message_menu',
            'message_view',
            'message_update',
            'site_setting',
            'company_profile',
            'config',
            'css'
                            ]
```

### It provide Theme Facade class which can perform follwoing

[](#it-provide-theme-facade-class-which-can-perform-follwoing)

#### Usage

[](#usage-1)

```
use Theme;

//Site related Content

Theme::siteSetup();

//CMS by slug
Theme::getCMSBySlug($slug);

//Header Menu, it will include child menus
Theme::getHeaderMenu();

//Footer Menu,it will include child menus
Theme::getFooterMenu();

//Testimonials
Theme::testimonials();

//Subscription Creation
//requst must have valid email
Theme::createSubscription($request)
```

Publish Assets
--------------

[](#publish-assets)

It will publish all the assets and theme.php config file where you can register new plugins

Setup
-----

[](#setup)

In conosle run following commands sequentially

```
> composer install
> npm install

```

This command will install and update all the dependencies.

```
> php artisan vendor:publish --provider="DevbShrestha\Theme\ThemeServiceProvider"
> php artisan vendor:publish --provider="Yajra\DataTables\ButtonsServiceProvider"
> php artisan migrate
> php artisan storage:link

```

Seeder
------

[](#seeder)

Generate Admin Credentials

```
> php artisan db:seed --class="DevbShrestha\Theme\Seeders\AdminSeeder"

```

Run APP
-------

[](#run-app)

The app will run on

```
> php artisan serve
> npm run watch

```

Admin Credentials
-----------------

[](#admin-credentials)

```
Email:- super@super.com
Password:- P@ssword

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/85382378?v=4)[devbs2021](/maintainers/devbs2021)[@devbs2021](https://github.com/devbs2021)

---

Top Contributors

[![bharatstha97](https://avatars.githubusercontent.com/u/75021916?v=4)](https://github.com/bharatstha97 "bharatstha97 (9 commits)")

### Embed Badge

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

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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