livewire-datatables icon indicating copy to clipboard operation
livewire-datatables copied to clipboard

Not able to install

Open rhoyle opened this issue 3 years ago • 1 comments

composer require mediconesystems/livewire-datatables Using version ^0.6.8 for mediconesystems/livewire-datatables ./composer.json has been updated Running composer update mediconesystems/livewire-datatables Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1 - phpoffice/phpspreadsheet[1.15.0, ..., 1.20.0] require ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
- maatwebsite/excel 3.1.27 requires phpoffice/phpspreadsheet ^1.16 -> satisfiable by phpoffice/phpspreadsheet[1.16.0, ..., 1.20.0]. - maatwebsite/excel 3.1.26 requires phpoffice/phpspreadsheet ^1.15 -> satisfiable by phpoffice/phpspreadsheet[1.15.0, ..., 1.20.0]. - Root composer.json requires mediconesystems/livewire-datatables ^0.6.8 -> satisfiable by mediconesystems/livewire-datatables[v0.6.8].

To enable extensions, verify that they are enabled in your .ini files: - C:\xampp\php\php.ini You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.

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

I have the following installed on my computer. xampp Control Panel v3.3.0 With php V8.1.1 laravel v8.77.1 Livewire v2.8.2 Jetstream v2.5.0 tailwindcss v3.0.7 Was Wondering When you might be updating this component?

rhoyle avatar Dec 28 '21 16:12 rhoyle

This is the issue with your PHP extension. The error itself giving the instruction clear enough to enable the php-gd.

NikarashiHatsu avatar Jan 03 '22 14:01 NikarashiHatsu