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

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

bantenprov/pendaftaran-wizard
=============================

Pendaftaran Wizard

0273Vue

Since May 1Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

pendaftaran-wizard
==================

[](#pendaftaran-wizard)

[![Join the chat at https://gitter.im/pendaftaran-wizard/Lobby](https://camo.githubusercontent.com/970b56628c8646bd43872ecde496256a3844b6de342a41d3953de798b1278276/68747470733a2f2f6261646765732e6769747465722e696d2f70656e646166746172616e2d77697a6172642f4c6f6262792e737667)](https://gitter.im/pendaftaran-wizard/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/652943c146667b4b0889ba72210f5bcecae0a218277c0f56adf913d286da2c07/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f70656e646166746172616e2d77697a6172642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/pendaftaran-wizard/?branch=master)[![Build Status](https://camo.githubusercontent.com/31c3ab0200a01d315a13ec9383923173f45d82a4b5ef72eca37bdf9cd02057ab/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f70656e646166746172616e2d77697a6172642f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/pendaftaran-wizard/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/2688009925df1f63357255871f561393577032ae64376306777bc8f0f3ff6354/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2d77697a6172642f762f737461626c65)](https://packagist.org/packages/bantenprov/pendaftaran-wizard)[![Total Downloads](https://camo.githubusercontent.com/80da0266e10eb0e55d81e1c6fe50c6c418a7eba55271f10622ec61dd0af03025/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2d77697a6172642f646f776e6c6f616473)](https://packagist.org/packages/bantenprov/pendaftaran-wizard)[![Latest Unstable Version](https://camo.githubusercontent.com/e6299d7863be91a032da3d5a23dee77fee2a6e4fb0e48cd7517f4ecf1c5fffb6/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2d77697a6172642f762f756e737461626c65)](https://packagist.org/packages/bantenprov/pendaftaran-wizard)[![License](https://camo.githubusercontent.com/e8902ae7bd870c71e16889f9d84a0ea281eff76fefce6cb68b1515ab1ecb7aa0/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2d77697a6172642f6c6963656e7365)](https://packagist.org/packages/bantenprov/pendaftaran-wizard)[![Monthly Downloads](https://camo.githubusercontent.com/149cff09ec24832fbd6acb8150a8953af35d21682977c3d7eb9a2d8cdd1b7d70/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2d77697a6172642f642f6d6f6e74686c79)](https://packagist.org/packages/bantenprov/pendaftaran-wizard)[![Daily Downloads](https://camo.githubusercontent.com/65cac93487dd800d2d313a4d2077acdcc622d695edef769e16d02baaf7822518/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f70656e646166746172616e2d77697a6172642f642f6461696c79)](https://packagist.org/packages/bantenprov/pendaftaran-wizard)

### Install via composer

[](#install-via-composer)

- Development snapshot

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

- Latest release:

```
$ composer require bantenprov/pendaftaran-wizard
```

### Download via github

[](#download-via-github)

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

#### Lakukan auto dump :

[](#lakukan-auto-dump-)

```
$ composer dump-autoload
```

#### Lakukan publish component vue :

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

```
$ php artisan vendor:publish --tag=pendaftaran-wizard-assets
```

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

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

```
{
    path: '/admin',
    redirect: '/admin/dashboard/home',
    component: layout('Default'),
    children: [
        //== ...
        {
            path: '/admin/pendaftaran-wizard/create',
            name: 'pendaftaran-wizard',
            components: {
                main: resolve => require(['./components/bantenprov/pendaftaran-wizard/PendaftaranWizard.add.vue'], resolve),
                navbar: resolve => require(['./components/Navbar.vue'], resolve),
                sidebar: resolve => require(['./components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Formulir Pendaftaran"
            }
        },

        //== ...
    ]
},
```

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

[](#edit-menu-resourcesassetsjsmenujs)

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

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

[](#tambahkan-components-resourcesassetsjscomponentsjs-)

```
//== Pendaftaran Wizard

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

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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

[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (10 commits)")[![ChemprenX](https://avatars.githubusercontent.com/u/35072559?v=4)](https://github.com/ChemprenX "ChemprenX (6 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")[![feripratama](https://avatars.githubusercontent.com/u/32523275?v=4)](https://github.com/feripratama "feripratama (1 commits)")

### Embed Badge

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

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

###  Alternatives

[spirit55555/php-minecraft

Useful PHP classes for Minecraft

6823.6k](/packages/spirit55555-php-minecraft)

PHPackages © 2026

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