PHPackages                             bantenprov/laju-inflasi-menurut-kota - 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. bantenprov/laju-inflasi-menurut-kota

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

bantenprov/laju-inflasi-menurut-kota
====================================

Laju inflasi menurut kota / kabupaten

0143Vue

Since Mar 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bantenprov/laju-inflasi-menurut-kota)[ Packagist](https://packagist.org/packages/bantenprov/laju-inflasi-menurut-kota)[ RSS](/packages/bantenprov-laju-inflasi-menurut-kota/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laju Inflasi Menurut Kota
=========================

[](#laju-inflasi-menurut-kota)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/859cbc343f88be6b767241345ced14a9f94b224907b866121eb2077ec78a15b0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f6c616a752d696e666c6173692d6d656e757275742d6b6f74612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/laju-inflasi-menurut-kota/?branch=master)[![Build Status](https://camo.githubusercontent.com/45879cf42b277ec1ca48120cb5ff04e9706f4104cad8284a37bab5c0759ff30d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f6c616a752d696e666c6173692d6d656e757275742d6b6f74612f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/laju-inflasi-menurut-kota/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/92f113a7751fdf41e1f6a5e2c435a18eec2db832813e2d1ef908d76ff758ee09/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f6c616a752d696e666c6173692d6d656e757275742d6b6f74612f762f737461626c65)](https://packagist.org/packages/bantenprov/laju-inflasi-menurut-kota)[![Total Downloads](https://camo.githubusercontent.com/3ff212eb6e171b5772492e8888c6fc9aec9d8c4adb810f33eb9ea38604ddac35/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f6c616a752d696e666c6173692d6d656e757275742d6b6f74612f646f776e6c6f616473)](https://packagist.org/packages/bantenprov/laju-inflasi-menurut-kota)[![Latest Unstable Version](https://camo.githubusercontent.com/6ce86981c4587190a5111bed3eabd296368702ba1c849cdca7fd4bb41f809820/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f6c616a752d696e666c6173692d6d656e757275742d6b6f74612f762f756e737461626c65)](https://packagist.org/packages/bantenprov/laju-inflasi-menurut-kota)[![License](https://camo.githubusercontent.com/b4d47877b666c1f1ba3414cf899cfdd6fcad9ef672a981dd05e7ccf1766c6fc1/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f6c616a752d696e666c6173692d6d656e757275742d6b6f74612f6c6963656e7365)](https://packagist.org/packages/bantenprov/laju-inflasi-menurut-kota)[![Monthly Downloads](https://camo.githubusercontent.com/0159919ca36a13d7ffc4ad50df63a3913d0edd2c962af863571c00bb773aa4ee/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f6c616a752d696e666c6173692d6d656e757275742d6b6f74612f642f6d6f6e74686c79)](https://packagist.org/packages/bantenprov/laju-inflasi-menurut-kota)[![Daily Downloads](https://camo.githubusercontent.com/94888cf23086cb7440c56e6da8894a3dd1c68710cef2dae6af510ed38a10a70e/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f6c616a752d696e666c6173692d6d656e757275742d6b6f74612f642f6461696c79)](https://packagist.org/packages/bantenprov/laju-inflasi-menurut-kota)

Laju Inflasi Menurut Kota

### Install via composer

[](#install-via-composer)

- Development snapshot

```
$ composer require bantenprov/laju-inflasi-menurut-kota:dev-master
```

- Latest release:

```
$ composer require bantenprov/laju-inflasi-menurut-kota
```

### Download via github

[](#download-via-github)

```
$ git clone https://github.com/bantenprov/laju-inflasi-menurut-kota.git
```

#### Edit `config/app.php` :

[](#edit-configappphp-)

```
'providers' => [

    /*
    * Laravel Framework Service Providers...
    */
    Illuminate\Auth\AuthServiceProvider::class,
    Illuminate\Broadcasting\BroadcastServiceProvider::class,
    Illuminate\Bus\BusServiceProvider::class,
    Illuminate\Cache\CacheServiceProvider::class,
    Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
    Illuminate\Cookie\CookieServiceProvider::class,
    //....
    Bantenprov\LajuInflasiKota\LajuInflasiKotaServiceProvider::class,
```

#### Lakukan migrate :

[](#lakukan-migrate-)

```
$ php artisan migrate
```

#### Publish database seeder :

[](#publish-database-seeder-)

```
$ php artisan vendor:publish --tag=laju-inflasi-kota-seeds
```

#### Lakukan auto dump :

[](#lakukan-auto-dump-)

```
$ composer dump-autoload
```

#### Lakukan seeding :

[](#lakukan-seeding-)

```
$ php artisan db:seed --class=BantenprovLajuInflasiKotaSeeder
```

#### Lakukan publish component vue :

[](#lakukan-publish-component-vue-)

```
$ php artisan vendor:publish --tag=laju-inflasi-kota-assets
$ php artisan vendor:publish --tag=laju-inflasi-kota-public
```

#### Tambahkan route di dalam file : `resources/assets/js/routes.js` :

[](#tambahkan-route-di-dalam-file--resourcesassetsjsroutesjs-)

```
{
    path: '/dashboard',
    redirect: '/dashboard/home',
    component: layout('Default'),
    children: [
        //== ...
        {
         path: '/dashboard/laju-inflasi-kota',
         components: {
            main: resolve => require(['./components/views/bantenprov/laju-inflasi-kota/DashboardLajuInflasiKota.vue'], resolve),
            navbar: resolve => require(['./components/Navbar.vue'], resolve),
            sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
          },
          meta: {
            title: "Laju Inflasi Menurut Kota"
           }
       },
        //== ...
    ]
},
```

```
{
    path: '/admin',
    redirect: '/admin/dashboard/home',
    component: layout('Default'),
    children: [
        //== ...
        {
            path: '/admin/laju-inflasi-kota',
            components: {
                main: resolve => require(['./components/bantenprov/laju-inflasi-kota/LajuInflasiKota.index.vue'], resolve),
                navbar: resolve => require(['./components/Navbar.vue'], resolve),
                sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Laju Inflasi Menurut Kota"
            }
        },
        {
            path: '/admin/laju-inflasi-kota/create',
            components: {
                main: resolve => require(['./components/bantenprov/laju-inflasi-kota/LajuInflasiKota.add.vue'], resolve),
                navbar: resolve => require(['./components/Navbar.vue'], resolve),
                sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Add Laju Inflasi Menurut Kota"
            }
        },
        {
            path: '/admin/laju-inflasi-kota/:id',
            components: {
                main: resolve => require(['./components/bantenprov/laju-inflasi-kota/LajuInflasiKota.show.vue'], resolve),
                navbar: resolve => require(['./components/Navbar.vue'], resolve),
                sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "View Laju Inflasi Menurut Kota"
            }
        },
        {
            path: '/admin/laju-inflasi-kota/:id/edit',
            components: {
                main: resolve => require(['./components/bantenprov/laju-inflasi-kota/LajuInflasiKota.edit.vue'], resolve),
                navbar: resolve => require(['./components/Navbar.vue'], resolve),
                sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Edit Laju Inflasi Menurut Kota"
            }
        },
        //== ...
    ]
},
```

#### Edit menu `resources/assets/js/menu.js`

[](#edit-menu-resourcesassetsjsmenujs)

```
{
    name: 'Dashboard',
    icon: 'fa fa-dashboard',
    childType: 'collapse',
    childItem: [
        //== ...
        {
         name: 'Laju Inflasi Menurut Kota',
         link: '/dashboard/laju-inflasi-kota',
         icon: 'fa fa-angle-double-right'
        },
        //== ...
    ]
},
```

```
{
    name: 'Admin',
    icon: 'fa fa-lock',
    childType: 'collapse',
    childItem: [
        //== ...
        {
          name: 'Laju Inflasi Menurut Kota',
          link: '/admin/laju-inflasi-kota',
          icon: 'fa fa-angle-double-right'
        },
        //== ...
    ]
},
```

#### Tambahkan components `resources/assets/js/components.js` :

[](#tambahkan-components-resourcesassetsjscomponentsjs-)

```
//== Example Vuetable

import ExampleVueTable from './components/vue-table/ExampleVueTable.vue';
Vue.component('example-vue-table', ExampleVueTable);

import LajuInflasiKota from './components/bantenprov/laju-inflasi-kota/LajuInflasiKota.chart.vue';
Vue.component('echarts-laju-inflasi-kota', LajuInflasiKota);

import LajuInflasiKotaKota from './components/bantenprov/laju-inflasi-kota/LajuInflasiKotaKota.chart.vue';
Vue.component('echarts-laju-inflasi-kota-kota', LajuInflasiKotaKota);

import LajuInflasiKotaTahun from './components/bantenprov/laju-inflasi-kota/LajuInflasiKotaTahun.chart.vue';
Vue.component('echarts-laju-inflasi-kota-tahun', LajuInflasiKotaTahun);

import LajuInflasiKotaAdminShow from './components/bantenprov/laju-inflasi-kota/LajuInflasiKotaAdmin.show.vue';
Vue.component('admin-view-laju-inflasi-kota-tahun', LajuInflasiKotaAdminShow);

//== Echarts Group Egoverment

import LajuInflasiKotaBar01 from './components/views/bantenprov/laju-inflasi-kota/LajuInflasiKotaBar01.vue';
Vue.component('laju-inflasi-kota-bar-01', LajuInflasiKotaBar01);

import LajuInflasiKotaBar02 from './components/views/bantenprov/laju-inflasi-kota/LajuInflasiKotaBar02.vue';
Vue.component('laju-inflasi-kota-bar-02', LajuInflasiKotaBar02);

//== mini bar charts
import LajuInflasiKotaBar03 from './components/views/bantenprov/laju-inflasi-kota/LajuInflasiKotaBar03.vue';
Vue.component('laju-inflasi-kota-bar-03', LajuInflasiKotaBar03);

import LajuInflasiKotaPie01 from './components/views/bantenprov/laju-inflasi-kota/LajuInflasiKotaPie01.vue';
Vue.component('laju-inflasi-kota-pie-01', LajuInflasiKotaPie01);

import LajuInflasiKotaPie02 from './components/views/bantenprov/laju-inflasi-kota/LajuInflasiKotaPie02.vue';
Vue.component('laju-inflasi-kota-pie-02', LajuInflasiKotaPie02);

//== mini pie charts
import LajuInflasiKotaPie03 from './components/views/bantenprov/laju-inflasi-kota/LajuInflasiKotaPie03.vue';
Vue.component('laju-inflasi-kota-pie-03', LajuInflasiKotaPie03);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.7% 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/811618334e937542bb0d5723158e05de7445bb5e8851ce086d6cc7a7c0146166?d=identicon)[bantenprov](/maintainers/bantenprov)

---

Top Contributors

[![fadika06](https://avatars.githubusercontent.com/u/33959624?v=4)](https://github.com/fadika06 "fadika06 (21 commits)")[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (9 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")

### Embed Badge

![Health badge](/badges/bantenprov-laju-inflasi-menurut-kota/health.svg)

```
[![Health](https://phpackages.com/badges/bantenprov-laju-inflasi-menurut-kota/health.svg)](https://phpackages.com/packages/bantenprov-laju-inflasi-menurut-kota)
```

PHPackages © 2026

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