PHPackages                             itmm/m-mart-skin - 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. itmm/m-mart-skin

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

itmm/m-mart-skin
================

Package untuk template web pada aplikasi M Mart

v1.1.0(1y ago)15541MITBladePHP ^7.2 || ^8.0

Since Feb 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/itmmganteng/mmart-skin)[ Packagist](https://packagist.org/packages/itmm/m-mart-skin)[ RSS](/packages/itmm-m-mart-skin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (11)Used By (0)

Template Web M Mart
===================

[](#template-web-m-mart)

Package ini digunakan untuk melakukan instalasi template pada sistem M Mart.

Installation
------------

[](#installation)

Setelah melakukan pembuatan project laravel, silahkan gunakan langkah-langkah berikut untuk melakukan instalasi template:

### Via composer

[](#via-composer)

1. `Cd` ke Project Laravel
2. Install package `itmm/m-mart-skin` menggunakan perintah:

```
composer require itmm/m-mart-skin

```

3. Jalankan perintah berikut untuk melakukan instalasi template

```
php artisan mskin:install

```

4. Tambahkan Script berikut ke `app/Providers/AppServiceProvider.php`

```
...
use App\Core\KTBootstrap;
use Illuminate\Database\Schema\Builder;

public function boot()
{
    ...
    Builder::defaultStringLength(191);
    KTBootstrap::init();
}

```

5. Tambahkan fungsi berikut ke `app/Providers/EventServiceProvider.php`

```
class EventServiceProvider extends ServiceProvider
{
    ...

    public function shouldDiscoverEvents()
    {
        return false;
    }
}

```

6. Tambahkan Script berikut ke `app/Providers/RouteServiceProvider.php` pada function `boot` pada `$this->routes(function () { ... }`

```
public function boot()
{
    ...
    $this->routes(function () {
        ...
        Route::middleware('web')
            ->namespace($this->namespace)
            ->group(base_path('routes/example.php'));
    })
}

```

7. Daftarkan Provider Berikut pada config/app.php

```
'providers' => [
    ...,
    App\Providers\HelperServiceProvider::class,
]

```

8. Jalankan command berikut untuk mempublish config (opsional)

```
php artisan vendor:publish --tag=mskin-config --force

```

9. Penggunaan template ini bisa dilihat pada [Documentation](https://preview.keenthemes.com/laravel/metronic/docs/index)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance45

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Every ~44 days

Recently: every ~98 days

Total

10

Last Release

434d ago

PHP version history (5 changes)v1.0.0PHP ^8.1

v1.0.2PHP ^7.4

v1.0.4PHP ^7.4|^8.0

v1.0.7PHP ^7.2|^8.0

v1.0.8PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/362952acb1b988b42cae20227cdf551347dfdd563d2e0fd019864db9530e2133?d=identicon)[itmm](/maintainers/itmm)

![](https://www.gravatar.com/avatar/39f18eee5694c59ca5cd106fab961eb6ef5a97786565f740c0fec1061157693b?d=identicon)[dwisupartama](/maintainers/dwisupartama)

---

Top Contributors

[![dwisupartama](https://avatars.githubusercontent.com/u/52822883?v=4)](https://github.com/dwisupartama "dwisupartama (27 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/itmm-m-mart-skin/health.svg)

```
[![Health](https://phpackages.com/badges/itmm-m-mart-skin/health.svg)](https://phpackages.com/packages/itmm-m-mart-skin)
```

###  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)
