PHPackages                             bantenprov/sekolah - 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/sekolah

ActiveLibrary

bantenprov/sekolah
==================

Nama Sekolah

0956Vue

Since May 27Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Sekolah
=======

[](#sekolah)

[![Join the chat at https://gitter.im/sekolah/Lobby](https://camo.githubusercontent.com/b755b2bd183bc6e0a44fd6adadc385867bf95ef19047647a6d7d36d6d386f01c/68747470733a2f2f6261646765732e6769747465722e696d2f73656b6f6c61682f4c6f6262792e737667)](https://gitter.im/sekolah/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ee4a50b748730059f49e611ffc1611414993ce5b8c71b1ad746a5e16bebc17ad/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f73656b6f6c61682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/sekolah/?branch=master)[![Build Status](https://camo.githubusercontent.com/4d6479898d2432456e140f54facbdde83830c59bdd5fa01c553764ad097e4ccc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62616e74656e70726f762f73656b6f6c61682f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bantenprov/sekolah/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/71fe16e3bdd1117e3d4fd8347f35b37870f6b006fa17483e85a5a684e6afc02c/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73656b6f6c61682f762f737461626c65)](https://packagist.org/packages/bantenprov/sekolah)[![Total Downloads](https://camo.githubusercontent.com/d4e2b3bf153718a9e86c5d970fbf21ac1fe824de669906af5dbda7c40d986488/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73656b6f6c61682f646f776e6c6f616473)](https://packagist.org/packages/bantenprov/sekolah)[![Latest Unstable Version](https://camo.githubusercontent.com/381251a7e6c61b6146e158163259810778cf68e66654a62e2f024e7ae037f720/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73656b6f6c61682f762f756e737461626c65)](https://packagist.org/packages/bantenprov/sekolah)[![License](https://camo.githubusercontent.com/269fb5a18cb6b1f4b1a7e8461aea90189d3ba3b5f913288036282ef944839691/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73656b6f6c61682f6c6963656e7365)](https://packagist.org/packages/bantenprov/sekolah)[![Monthly Downloads](https://camo.githubusercontent.com/fb658d973c910fd26d040f1d78016b6b9bc4656551851ffadb6ed73998c1f8a9/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73656b6f6c61682f642f6d6f6e74686c79)](https://packagist.org/packages/bantenprov/sekolah)[![Daily Downloads](https://camo.githubusercontent.com/7c7e968234760f8e7c9125dd3f936b4a1090561751249342f3f6aee0ffa522b7/68747470733a2f2f706f7365722e707567782e6f72672f62616e74656e70726f762f73656b6f6c61682f642f6461696c79)](https://packagist.org/packages/bantenprov/sekolah)

Sekolah

### Install via composer

[](#install-via-composer)

- Development snapshot

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

- Latest release:

```
$ composer require bantenprov/sekolah
```

### Download via github

[](#download-via-github)

```
$ git clone https://github.com/bantenprov/sekolah.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\Sekolah\SekolahServiceProvider::class,
    //...
```

#### Edit `app/Http/Kernel.php`

[](#edit-apphttpkernelphp)

```
protected $routeMiddleware = [
    'auth' => \Illuminate\Auth\Middleware\Authenticate::class,
    'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
    'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
    'can' => \Illuminate\Auth\Middleware\Authorize::class,
    'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
    'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,

    // -----------------

    'role' => \Laratrust\Middleware\LaratrustRole::class,
    'permission' => \Laratrust\Middleware\LaratrustPermission::class,
    'ability' => \Laratrust\Middleware\LaratrustAbility::class,
];
```

#### Lakukan migrate :

[](#lakukan-migrate-)

```
$ php artisan migrate
```

#### Lakukan publish semua komponen :

[](#lakukan-publish-semua-komponen-)

```
$ php artisan vendor:publish --tag=sekolah-publish
```

#### Lakukan auto dump :

[](#lakukan-auto-dump-)

```
$ composer dump-autoload
```

#### Lakukan seeding :

[](#lakukan-seeding-)

- Seeding semua seeder

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

- Seeding secara individual

```
$ php artisan db:seed --class=BantenprovSekolahSeederJenisSekolah
$ php artisan db:seed --class=BantenprovSekolahSeederSekolah
$ php artisan db:seed --class=BantenprovSekolahSeederProdiSekolah
```

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

[](#edit-menu-resourcesassetsjsmenujs)

```
{
    name: 'Dashboard',
    icon: 'fa fa-dashboard',
    childType: 'collapse',
    childItem: [
        //...
        // Sekolah
        {
            name: 'Sekolah',
            link: '/dashboard/sekolah',
            icon: 'fa fa-angle-double-right'
        },
        // Prodi Sekolah
        {
            name: 'Prodi Sekolah',
            link: '/dashboard/prodi-sekolah',
            icon: 'fa fa-angle-double-right'
        },
        //...
    ]
},
```

```
{
    name: 'Admin',
    icon: 'fa fa-lock',
    childType: 'collapse',
    childItem: [
        //...
        // Sekolah
        {
            name: 'Sekolah',
            link: '/admin/sekolah',
            icon: 'fa fa-angle-double-right'
        },
        // Prodi Sekolah
        {
            name: 'Prodi Sekolah',
            link: '/admin/prodi-sekolah',
            icon: 'fa fa-angle-double-right'
        },
        // Admin Sekolah
        {
          name: 'Admin Sekolah',
          link: '/admin/admin-sekolah',
          icon: 'fa fa-angle-double-right'
        },

        //...

    ]
},
```

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

[](#tambahkan-components-resourcesassetsjscomponentsjs-)

```
//... Sekolah ...//

import SekolahAdminShow from '~/components/bantenprov/sekolah/sekolah/SekolahAdmin.show.vue';
Vue.component('sekolah-admin', SekolahAdminShow);

//... Echarts Sekolah ...//

import Sekolah from '~/components/bantenprov/sekolah/sekolah/Sekolah.chart.vue';
Vue.component('sekolah-echarts', Sekolah);

import SekolahKota from '~/components/bantenprov/sekolah/sekolah/SekolahKota.chart.vue';
Vue.component('sekolah-echarts-kota', SekolahKota);

import SekolahTahun from '~/components/bantenprov/sekolah/sekolah/SekolahTahun.chart.vue';
Vue.component('sekolah-echarts-tahun', SekolahTahun);

//... Mini Bar Charts Sekolah ...//

import SekolahBar01 from '~/components/views/bantenprov/sekolah/sekolah/SekolahBar01.vue';
Vue.component('sekolah-bar-01', SekolahBar01);

import SekolahBar02 from '~/components/views/bantenprov/sekolah/sekolah/SekolahBar02.vue';
Vue.component('sekolah-bar-02', SekolahBar02);

import SekolahBar03 from '~/components/views/bantenprov/sekolah/sekolah/SekolahBar03.vue';
Vue.component('sekolah-bar-03', SekolahBar03);

//... Mini Pie Charts Sekolah ...//

import SekolahPie01 from '~/components/views/bantenprov/sekolah/sekolah/SekolahPie01.vue';
Vue.component('sekolah-pie-01', SekolahPie01);

import SekolahPie02 from '~/components/views/bantenprov/sekolah/sekolah/SekolahPie02.vue';
Vue.component('sekolah-pie-02', SekolahPie02);

import SekolahPie03 from '~/components/views/bantenprov/sekolah/sekolah/SekolahPie03.vue';
Vue.component('sekolah-pie-03', SekolahPie03);

//... Prodi Sekolah ...//

import ProdiSekolahAdminShow from '~/components/bantenprov/sekolah/prodi-sekolah/ProdiSekolahAdmin.show.vue';
Vue.component('prodi-sekolah-admin', ProdiSekolahAdminShow);

//... Echarts Prodi Sekolah ...//

import ProdiSekolah from '~/components/bantenprov/sekolah/prodi-sekolah/ProdiSekolah.chart.vue';
Vue.component('prodi-sekolah-echarts', ProdiSekolah);

import ProdiSekolahKota from '~/components/bantenprov/sekolah/prodi-sekolah/ProdiSekolahKota.chart.vue';
Vue.component('prodi-sekolah-echarts-kota', ProdiSekolahKota);

import ProdiSekolahTahun from '~/components/bantenprov/sekolah/prodi-sekolah/ProdiSekolahTahun.chart.vue';
Vue.component('prodi-sekolah-echarts-tahun', ProdiSekolahTahun);

//... Mini Bar Charts Prodi Sekolah ...//

import ProdiSekolahBar01 from '~/components/views/bantenprov/sekolah/prodi-sekolah/ProdiSekolahBar01.vue';
Vue.component('prodi-sekolah-bar-01', ProdiSekolahBar01);

import ProdiSekolahBar02 from '~/components/views/bantenprov/sekolah/prodi-sekolah/ProdiSekolahBar02.vue';
Vue.component('prodi-sekolah-bar-02', ProdiSekolahBar02);

import ProdiSekolahBar03 from '~/components/views/bantenprov/sekolah/prodi-sekolah/ProdiSekolahBar03.vue';
Vue.component('prodi-sekolah-bar-03', ProdiSekolahBar03);

//... Mini Pie Charts Prodi Sekolah ...//

import ProdiSekolahPie01 from '~/components/views/bantenprov/sekolah/prodi-sekolah/ProdiSekolahPie01.vue';
Vue.component('prodi-sekolah-pie-01', ProdiSekolahPie01);

import ProdiSekolahPie02 from '~/components/views/bantenprov/sekolah/prodi-sekolah/ProdiSekolahPie02.vue';
Vue.component('prodi-sekolah-pie-02', ProdiSekolahPie02);

import ProdiSekolahPie03 from '~/components/views/bantenprov/sekolah/prodi-sekolah/ProdiSekolahPie03.vue';
Vue.component('prodi-sekolah-pie-03', ProdiSekolahPie03);
```

#### 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: [
        //...
        // Sekolah
        {
            path: '/dashboard/sekolah',
            components: {
                main: resolve => require(['~/components/views/bantenprov/sekolah/sekolah/DashboardSekolah.vue'], resolve),
                navbar: resolve => require(['~/components/Navbar.vue'], resolve),
                sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Sekolah"
            }
        },
        // Prodi Sekolah
        {
            path: '/dashboard/prodi-sekolah',
            components: {
                main: resolve => require(['~/components/views/bantenprov/sekolah/prodi-sekolah/DashboardProdiSekolah.vue'], resolve),
                navbar: resolve => require(['~/components/Navbar.vue'], resolve),
                sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
            },
            meta: {
                title: "Prodi Sekolah"
            }
        },
        //...
    ]
},
```

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

        //Admin sekolah
        {
        path: '/admin/admin-sekolah',
        components: {
            main: resolve => require(['~/components/bantenprov/sekolah/admin-sekolah/AdminSekolah.index.vue'], resolve),
            navbar: resolve => require(['~/components/Navbar.vue'], resolve),
            sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
        },
        meta: {
            title: "admin Sekolah"
        }
        },
        {
        path: '/admin/admin-sekolah/create',
        components: {
            main: resolve => require(['~/components/bantenprov/sekolah/admin-sekolah/AdminSekolah.add.vue'], resolve),
            navbar: resolve => require(['~/components/Navbar.vue'], resolve),
            sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
        },
        meta: {
            title: "Add admin Sekolah"
        }
        },
        {
        path: '/admin/admin-sekolah/:id',
        components: {
            main: resolve => require(['~/components/bantenprov/sekolah/admin-sekolah/AdminSekolah.show.vue'], resolve),
            navbar: resolve => require(['~/components/Navbar.vue'], resolve),
            sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
        },
        meta: {
            title: "View admin Sekolah"
        }
        },
        {
        path: '/admin/admin-sekolah/:id/edit',
        components: {
            main: resolve => require(['~/components/bantenprov/sekolah/admin-sekolah/AdminSekolah.edit.vue'], resolve),
            navbar: resolve => require(['~/components/Navbar.vue'], resolve),
            sidebar: resolve => require(['~/components/Sidebar.vue'], resolve)
        },
        meta: {
            title: "Edit admin Sekolah"
        }
        },

        //...

    ]
},
```

###  Health Score

23

↑

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community17

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

[![achmadhadikurnia](https://avatars.githubusercontent.com/u/4408971?v=4)](https://github.com/achmadhadikurnia "achmadhadikurnia (52 commits)")[![andri-sudarmawijaya](https://avatars.githubusercontent.com/u/28795941?v=4)](https://github.com/andri-sudarmawijaya "andri-sudarmawijaya (37 commits)")[![arifin09](https://avatars.githubusercontent.com/u/35555321?v=4)](https://github.com/arifin09 "arifin09 (29 commits)")[![feripratama](https://avatars.githubusercontent.com/u/32523275?v=4)](https://github.com/feripratama "feripratama (27 commits)")[![fadika06](https://avatars.githubusercontent.com/u/33959624?v=4)](https://github.com/fadika06 "fadika06 (14 commits)")[![dikiwidia](https://avatars.githubusercontent.com/u/8361706?v=4)](https://github.com/dikiwidia "dikiwidia (5 commits)")[![bantenprov](https://avatars.githubusercontent.com/u/28588981?v=4)](https://github.com/bantenprov "bantenprov (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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