PHPackages                             bantenprov/pendaftaran - 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. bantenprov/pendaftaran

ActiveLibrary

bantenprov/pendaftaran
======================

Pendaftaran

0867Vue

Since May 27Pushed 7y ago2 watchersCompare

[ Source](https://github.com/bantenprov/pendaftaran)[ Packagist](https://packagist.org/packages/bantenprov/pendaftaran)[ RSS](/packages/bantenprov-pendaftaran/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Pendaftaran
===========

[](#pendaftaran)

[![Join the chat at https://gitter.im/pendaftaran/Lobby](https://camo.githubusercontent.com/986e6b49ba7339f17deb94bb3376d793a4a06d4b35c2ee419b1f3e3d4242bc62/68747470733a2f2f6261646765732e6769747465722e696d2f70656e646166746172616e2f4c6f6262792e737667)](https://gitter.im/pendaftaran/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/05ea2199b4813b2eb2d206862edbc89189ea21f08495d84aaf3912a3d302da7d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f70656e646166746172616e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/pendaftaran/?branch=master)[![Build Status](https://camo.githubusercontent.com/810fdaa6e56ae7752cffbc8a400c15c1646e75d485c10e3f01f81659b1ee4b1e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f70656e646166746172616e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/pendaftaran/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/7ac1a1d2bd60e6c8b20f24a3bc9217fac9e14f1a0a0a25576f514ec91b71a37c/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2f762f737461626c65)](https://packagist.org/packages/bantenprov/pendaftaran)[![Total Downloads](https://camo.githubusercontent.com/e1b244da7d4ceaaf59d7b5bbede47952693ce4bcee070bc575f483ad6ba389f3/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2f646f776e6c6f616473)](https://packagist.org/packages/bantenprov/pendaftaran)[![Latest Unstable Version](https://camo.githubusercontent.com/75ee02953c79f49f25c822f4953f14dd04f8f303d718d6000db38233df1c25dd/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2f762f756e737461626c65)](https://packagist.org/packages/bantenprov/pendaftaran)[![License](https://camo.githubusercontent.com/9a6bd98401104f59703c2e7226ec7d4316d52c444d1fd3323fc2362bfc500eb3/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2f6c6963656e7365)](https://packagist.org/packages/bantenprov/pendaftaran)[![Monthly Downloads](https://camo.githubusercontent.com/1841a741b063a24a966490e44d9fe5667c5aebf5fa5513b10623814ee726825f/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2f642f6d6f6e74686c79)](https://packagist.org/packages/bantenprov/pendaftaran)[![Daily Downloads](https://camo.githubusercontent.com/b9207d97128bb365295579285fc94b56f17daa242db66510fd74be1cbe12fd67/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2f642f6461696c79)](https://packagist.org/packages/bantenprov/pendaftaran)

Pendaftaran

### modul ini membutuhkan :

[](#modul-ini-membutuhkan-)

`vue-moment``moment-timezone``vue-trust`

### Install via composer

[](#install-via-composer)

- Development snapshot

```
$ composer require bantenprov/pendaftaran:dev-master
```

- Latest release:

```
$ composer require bantenprov/pendaftaran
```

### Install `vue-trust`

[](#install-vue-trust)

```
$ composer require bantenprov/vue-trust:dev-master
```

Vue Trust Documentation : [Vue trust](https://github.com/bantenprov/vue-trust)

### Install `vue-moment`

[](#install-vue-moment)

```
$ npm install vue-moment
```

### Install `moment-timezone`

[](#install-moment-timezone)

```
$ npm install moment-timezone

atau

$ npm install moment-timezone --save
```

### Download via github

[](#download-via-github)

```
$ git clone https://github.com/bantenprov/pendaftaran.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\Pendaftaran\PendaftaranServiceProvider::class,
```

#### Lakukan migrate :

[](#lakukan-migrate-)

```
$ php artisan migrate
```

#### Publish database seeder :

[](#publish-database-seeder-)

```
$ php artisan vendor:publish --tag=pendaftaran-seeds
```

#### Lakukan auto dump :

[](#lakukan-auto-dump-)

```
$ composer dump-autoload
```

#### Lakukan seeding :

[](#lakukan-seeding-)

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

#### Lakukan publish component vue :

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

```
$ php artisan vendor:publish --tag=pendaftaran-assets
$ php artisan vendor:publish --tag=pendaftaran-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/pendaftaran',
         components: {
            main: resolve => require(['./components/views/bantenprov/pendaftaran/DashboardPendaftaran.vue'], resolve),
            navbar: resolve => require(['./components/Navbar.vue'], resolve),
            sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
          },
          meta: {
            title: "Pendaftaran"
           }
       },
        //== ...
    ]
},
```

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

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

[](#edit-menu-resourcesassetsjsmenujs)

```
{
    name: 'Dashboard',
    icon: 'fa fa-dashboard',
    childType: 'collapse',
    childItem: [
        //== ...
        {
        name: 'Pendaftaran',
        link: '/dashboard/pendaftaran',
        icon: 'fa fa-angle-double-right'
        },
        //== ...
    ]
},
```

```
{
    name: 'Admin',
    icon: 'fa fa-lock',
    childType: 'collapse',
    childItem: [
        //== ...
        {
        name: 'Pendaftaran',
        link: '/admin/pendaftaran',
        icon: 'fa fa-angle-double-right'
        },
        //== ...
    ]
},
```

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

[](#tambahkan-components-resourcesassetsjscomponentsjs-)

```
//== Pendaftaran

import Pendaftaran from './components/bantenprov/pendaftaran/Pendaftaran.chart.vue';
Vue.component('echarts-pendaftaran', Pendaftaran);

import PendaftaranKota from './components/bantenprov/pendaftaran/PendaftaranKota.chart.vue';
Vue.component('echarts-pendaftaran-kota', PendaftaranKota);

import PendaftaranTahun from './components/bantenprov/pendaftaran/PendaftaranTahun.chart.vue';
Vue.component('echarts-pendaftaran-tahun', PendaftaranTahun);

import PendaftaranAdminShow from './components/bantenprov/pendaftaran/PendaftaranAdmin.show.vue';
Vue.component('admin-view-pendaftaran-tahun', PendaftaranAdminShow);

//== Echarts Group Egoverment

import PendaftaranBar01 from './components/views/bantenprov/pendaftaran/PendaftaranBar01.vue';
Vue.component('pendaftaran-bar-01', PendaftaranBar01);

import PendaftaranBar02 from './components/views/bantenprov/pendaftaran/PendaftaranBar02.vue';
Vue.component('pendaftaran-bar-02', PendaftaranBar02);

//== mini bar charts
import PendaftaranBar03 from './components/views/bantenprov/pendaftaran/PendaftaranBar03.vue';
Vue.component('pendaftaran-bar-03', PendaftaranBar03);

import PendaftaranPie01 from './components/views/bantenprov/pendaftaran/PendaftaranPie01.vue';
Vue.component('pendaftaran-pie-01', PendaftaranPie01);

import PendaftaranPie02 from './components/views/bantenprov/pendaftaran/PendaftaranPie02.vue';
Vue.component('pendaftaran-pie-02', PendaftaranPie02);

//== mini pie charts

import PendaftaranPie03 from './components/views/bantenprov/pendaftaran/PendaftaranPie03.vue';
Vue.component('pendaftaran-pie-03', PendaftaranPie03);
```

###  Health Score

24

↑

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

[![feripratama](https://avatars.githubusercontent.com/u/32523275?v=4)](https://github.com/feripratama "feripratama (41 commits)")[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (30 commits)")[![fadika06](https://avatars.githubusercontent.com/u/33959624?v=4)](https://github.com/fadika06 "fadika06 (13 commits)")[![arifin09](https://avatars.githubusercontent.com/u/35555321?v=4)](https://github.com/arifin09 "arifin09 (9 commits)")[![achmadhadikurnia](https://avatars.githubusercontent.com/u/4408971?v=4)](https://github.com/achmadhadikurnia "achmadhadikurnia (4 commits)")[![mulyawansentosa](https://avatars.githubusercontent.com/u/29946673?v=4)](https://github.com/mulyawansentosa "mulyawansentosa (4 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")[![ChemprenX](https://avatars.githubusercontent.com/u/35072559?v=4)](https://github.com/ChemprenX "ChemprenX (1 commits)")

### Embed Badge

![Health badge](/badges/bantenprov-pendaftaran/health.svg)

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

PHPackages © 2026

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