Solusi Atasi Error Instalasi Filamentphp di Laravel Versi Terbaru

Yang mengalami error saat install Filamentphp di laravel versi terbaru dengan pesan error sebagai berikut

Problem 1
- illuminate/console[v10.17.0, ..., v10.48.25] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.17.0] but these were not loaded, likely because it conflicts with another require.
- filament/filament v3.2.0 requires illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.25].
- Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

SOLUSI:
1. Aktifkan ekstensi zip di PHP
a. Jika pakai windows, Buka file php.ini (misalnya C:\xampp\php\php.ini).
b. Cari baris yang mengandung ;extension=zip.
c. Hapus tanda ; di depan extension=zip untuk mengaktifkan ekstensi zip.
d. Simpan file php.ini dan restart server PHP Anda (misalnya, restart XAMPP

2. Jalankan perintah instalasi tanpa pilih batasan versi / spesifik versi tertentu

composer require filament/filament -W

Done, Semoga bermanfaat

Mau buat aplikasi / website ?
Bisa hubungi wa 088805640427 / kunjungi website https://tech.mudahdeal.com/

Leave a Comment