PHPackages                             vicky-project/coreui-module - 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. vicky-project/coreui-module

ActiveLaravel-module[Utility &amp; Helpers](/categories/utility)

vicky-project/coreui-module
===========================

1.0.123(3w ago)01713MITBladePHP ^8.0

Since Mar 5Pushed 3w agoCompare

[ Source](https://github.com/vicky-project/coreui)[ Packagist](https://packagist.org/packages/vicky-project/coreui-module)[ RSS](/packages/vicky-project-coreui-module/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (21)Versions (125)Used By (3)

[![PHP Version](https://camo.githubusercontent.com/187240af044d09d5b14a1d9d9ebdf3f7a993e4c7bc09bdb46b4ba661a891bf5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d626c7565)](https://camo.githubusercontent.com/187240af044d09d5b14a1d9d9ebdf3f7a993e4c7bc09bdb46b4ba661a891bf5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d626c7565)[![Laravel](https://camo.githubusercontent.com/5b99ec644e12357132ddb95970822afd67efedef92fcccb6270926adebd8b101/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31322e782d726564)](https://camo.githubusercontent.com/5b99ec644e12357132ddb95970822afd67efedef92fcccb6270926adebd8b101/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31322e782d726564)[![healthchecks.io](https://camo.githubusercontent.com/b05463ae444e067ef64cdfb43ce4700e8ed8bd86aeaf22ceecad39f7c15590d9/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470732533412532462532466865616c7468636865636b732e696f253246626164676525324639346166346436362d383335322d346334642d393666612d66323838633025324657394d71545a39792e736869656c6473)](https://camo.githubusercontent.com/b05463ae444e067ef64cdfb43ce4700e8ed8bd86aeaf22ceecad39f7c15590d9/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470732533412532462532466865616c7468636865636b732e696f253246626164676525324639346166346436362d383335322d346334642d393666612d66323838633025324657394d71545a39792e736869656c6473)[![Latest Stable Version](https://camo.githubusercontent.com/d04e8b08c512a7775886e1b485ea9b28eb951ab565139b613b98224fbba9b7e5/68747470733a2f2f706f7365722e707567782e6f72672f7669636b792d70726f6a6563742f636f726575692d6d6f64756c652f762f737461626c65)](https://packagist.org/packages/vicky-project/coreui-module)[![GitHub last commit](https://camo.githubusercontent.com/d52277d6a18bbc724bc6a0ab954dfb3a9651dfd2989fc64bf862e352e4cf9ae0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f7669636b792d70726f6a6563742f636f72657569)](https://camo.githubusercontent.com/d52277d6a18bbc724bc6a0ab954dfb3a9651dfd2989fc64bf862e352e4cf9ae0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f7669636b792d70726f6a6563742f636f72657569)[![Total Downloads](https://camo.githubusercontent.com/ed7564c245df6d4253bba536a4408be8508b5b0d9560f9498886b228bdb276d0/68747470733a2f2f706f7365722e707567782e6f72672f7669636b792d70726f6a6563742f636f726575692d6d6f64756c652f646f776e6c6f616473)](https://packagist.org/packages/vicky-project/coreui-module)[![License](https://camo.githubusercontent.com/3248cd9e1d06e6cc0069d88c6454e5530627b0785bfdb641bff576784bc3d342/68747470733a2f2f706f7365722e707567782e6f72672f7669636b792d70726f6a6563742f636f726575692d6d6f64756c652f6c6963656e7365)](https://packagist.org/packages/vicky-project/coreui-module)

Persyaratan Sebelum Memulai
===========================

[](#persyaratan-sebelum-memulai)

- Proyek Laravel harus sudah ada. Jika belum, silakan buat terlebih dahulu mengikuti dokumentasi resmi Laravel.
- PHP versi 8.2 atau lebih baru.
- Composer terinstal di komputer Anda.

Langkah-Langkah Instalasi
=========================

[](#langkah-langkah-instalasi)

1. Pastikan Proyek Laravel Sudah Siap

Jika sudah memiliki proyek Laravel, lanjut ke langkah 2. Jika belum, buat proyek baru dengan perintah:

```
composer create-project laravel/laravel nama-proyek-anda
cd nama-proyek-anda
```

2. Instal Module Menggunakan Composer

Jalankan perintah berikut di dalam folder root proyek Laravel Anda:

```
composer require vicky-project/coreui-module
```

Perintah ini akan mengunduh dan memasang module beserta semua dependensi yang diperlukan.

3. Tambahkan Konfigurasi ke File composer.json

Buka file composer.json yang berada di root folder proyek Anda. Anda perlu menambahkan beberapa baris konfigurasi di dalam bagian "extra", "config", dan "autoload".

🔧 Bagian "extra"

Cari kunci "extra" di dalam file composer.json. Jika belum ada, buat. Tambahkan kode berikut:

```
"extra": {
    "laravel": {
        "dont-discover": []
    },
    "merge-plugin": {
        "include": [
            "Modules/*/composer.json"
        ],
        "recurse": true,
        "replace": false,
        "merge-dev": true,
        "merge-extra": true
    },
    "module-dir": "Modules"
},
```

Warning

**Perhatikan tanda koma (`,`) pada file `composer.json`.**
Setiap penambahan konfigurasi harus memperhatikan posisi koma agar tidak merusak format JSON. Kesalahan koma akan mengakibatkan error saat menjalankan `composer` atau `php artisan`.

Warning

jika anda menggunakan laravel versi 13 atau diatasnya, ganti `"merge-dev": true` menjadi `"merge-dev": false` agar package dari `require-dev` tidak ikut terdownload. Karena ada beberapa package vendor yang belum mendukung laravel versi 3 atau yang lebih baru. Anda dapat mengembalikan ke true jika semua vendor telah mendukung laravel terbaru.

⚙️ Bagian "config"

Cari kunci "config". Tambahkan atau sesuaikan sehingga berisi:

```
"config": {
    "optimize-autoloader": true,
    "preferred-install": "dist",
    "sort-packages": true,
    "allow-plugins": {
        "joshbrw/laravel-module-installer": true,
        "pestphp/pest-plugin": true,
        "php-http/discovery": true,
        "wikimedia/composer-merge-plugin": true
    }
},
```

📁 Bagian "autoload"

Cari kunci "autoload". Di dalam bagian "psr-4", tambahkan baris berikut (jika sudah ada baris lain, letakkan setelah baris terakhir dan beri koma):

```
"autoload": {
    "psr-4": {
        // ... baris yang sudah ada (misal: "App\\": "app/",)
        "Modules\\": "Modules/"
    }
},
```

💡 Contoh lengkap setelah ditambahkan:

```
"Modules\\": "Modules/"
```

Note

Module ini menggunakan library **[nwidart/laravel-modules](https://laravelmodules.com/)**.
Lihat [dokumentasi resmi](https://laravelmodules.com/docs) untuk informasi lebih lanjut.

4. Perbarui Autoloader Composer

Setelah mengedit composer.json, jalankan perintah:

```
composer dump-autoload
```

5. Jalankan Migrasi Database

Module ini membutuhkan tabel-tabel database. Jalankan perintah berikut:

```
php artisan migrate
```

Jika ada pertanyaan tentang database yang belum disiapkan, pastikan Anda sudah mengatur koneksi database di file .env.

---

🛠️ Perintah Tambahan yang Tersedia

Setelah module terinstal, Anda bisa menggunakan perintah artisan berikut:

Instal Module Tertentu

```
php artisan app:install [nama_module]
```

Ganti \[nama\_module\] dengan nama module yang ingin diinstal (contoh: coreui).

Lihat Daftar Semua Perintah dari Module

```
php artisan app help
```

Perintah ini akan menampilkan semua perintah artisan yang tersedia di dalam namespace app, termasuk yang disediakan oleh module.

Verifikasi Instalasi
====================

[](#verifikasi-instalasi)

Untuk memastikan semuanya berjalan lancar:

1. Coba jalankan php artisan app help – Anda akan melihat daftar perintah.
2. Coba akses aplikasi Laravel Anda melalui browser. Jika module menambahkan rute atau tampilan, seharusnya sudah tersedia.

Tips &amp; Pemecahan Masalah
============================

[](#tips--pemecahan-masalah)

MasalahSolusi`Class "Modules\... not found`Pastikan Anda sudah menjalankan `composer dump-autoload` setelah mengedit `composer.json`.`Composer merge-plugin` errorPastikan plugin `wikimedia/composer-merge-plugin` sudah diizinkan di bagian `allow-plugins`.Migrasi gagalPeriksa koneksi database di file `.env`. Jalankan `php artisan migrate:fresh` jika ingin memulai ulang.Perintah `app:install` tidak dikenalCek apakah module sudah terinstal dengan benar. Jalankan `composer require` sekali lagi jika perlu.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance95

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

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 ~1 days

Total

124

Last Release

23d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4ba60dd91f9119d20fe75746efc3cfb011159a28f3623a3a0674de08b8644a2?d=identicon)[vicky-project](/maintainers/vicky-project)

---

Top Contributors

[![vicky-project](https://avatars.githubusercontent.com/u/76588553?v=4)](https://github.com/vicky-project "vicky-project (146 commits)")

### Embed Badge

![Health badge](/badges/vicky-project-coreui-module/health.svg)

```
[![Health](https://phpackages.com/badges/vicky-project-coreui-module/health.svg)](https://phpackages.com/packages/vicky-project-coreui-module)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.8k69.4k](/packages/grumpydictator-firefly-iii)

PHPackages © 2026

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