PHPackages                             kamruljpi/admintemplate - 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. kamruljpi/admintemplate

ActiveLibrary

kamruljpi/admintemplate
=======================

Admin Template

088JavaScript

Since Oct 17Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

AdminTemplate
=============

[](#admintemplate)

---

This is admin template for laravel.

\#Requirements
--------------

[](#requirements)

- PHP &gt;= 7.4.0
- Laravel &gt;= 8.0.0

\#Installation
--------------

[](#installation)

First, install laravel 8.0.0, and make sure that the database connection settings are correct.

```
composer require kamruljpi/admintemplate

```

Then run these commands to publish assets and config：

```
php artisan vendor:publish --provider="kamruljpi\admintemplate\providers\AdminTemplateServiceProvider" --tag=public --force

```

After run command you can find assets file in your base folder/media

```
php artisan vendor:publish --provider="kamruljpi\admintemplate\providers\AdminTemplateServiceProvider" --tag=config --force

```

After run command you can find config file in `config/admintemplate.php`, in this file you can change the configuration of this packages.

\#modified Views If you want to modified views file. please run this command. then you can find views file in your `resource/views/kamruljpi/admintemplete` folder.

```
php artisan vendor:publish --provider="kamruljpi\admintemplate\providers\AdminTemplateServiceProvider" --force

```

after complete this command also you can find configuration file in `config/admintemplete.php` . Then change to `'load_base_views' => true,` instead of `'load_base_views' => false,`

\#Configurations
----------------

[](#configurations)

The file `config/admintemplate.php` contains an array of configurations, you can find the default configurations in there.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 77.8% 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://www.gravatar.com/avatar/63fb54362e21dfb9d4b626c5853fa1590afa71a1cd3c1dda1f335ffadc98e0b1?d=identicon)[kamruljpi](/maintainers/kamruljpi)

---

Top Contributors

[![kamruljpi](https://avatars.githubusercontent.com/u/5261727?v=4)](https://github.com/kamruljpi "kamruljpi (21 commits)")[![msahidurr](https://avatars.githubusercontent.com/u/40499080?v=4)](https://github.com/msahidurr "msahidurr (4 commits)")[![kamrulcodeman](https://avatars.githubusercontent.com/u/96765829?v=4)](https://github.com/kamrulcodeman "kamrulcodeman (2 commits)")

### Embed Badge

![Health badge](/badges/kamruljpi-admintemplate/health.svg)

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

PHPackages © 2026

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