Download the PHP package vicky-project/coreui-module without Composer

On this page you can find all versions of the php package vicky-project/coreui-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package coreui-module

PHP Version Laravel healthchecks.io Latest Stable Version GitHub last commit Total Downloads License

Persyaratan Sebelum Memulai

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:

  1. Instal Module Menggunakan Composer

Jalankan perintah berikut di dalam folder root proyek Laravel Anda:

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

  1. 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:

[!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:

📁 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):

💡 Contoh lengkap setelah ditambahkan:

[!NOTE] Module ini menggunakan library nwidart/laravel-modules.
Lihat dokumentasi resmi untuk informasi lebih lanjut.

  1. Perbarui Autoloader Composer

Setelah mengedit composer.json, jalankan perintah:

  1. Jalankan Migrasi Database

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

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

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

Lihat Daftar Semua Perintah dari Module

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

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 & Pemecahan Masalah

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

All versions of coreui-module with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
nwidart/laravel-modules Version ^12.0
predis/predis Version ^3.2
joshbrw/laravel-module-installer Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vicky-project/coreui-module contains the following files

Loading the files please wait ...