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.
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?
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
To enable extensions, verify that they are enabled in your .ini files:
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?